Skip to content

Commit f30b97a

Browse files
Copilot0xrinegade
andcommitted
fix: create unit test directory structure and fix pytest-xprocess compatibility
Co-authored-by: 0xrinegade <[email protected]>
1 parent 361e5eb commit f30b97a

File tree

4 files changed

+14
-0
lines changed

4 files changed

+14
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
"""Integration tests for solana_ai_registries package."""
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
"""Integration tests for devnet environment."""
2+
3+
import pytest
4+
5+
6+
@pytest.mark.integration
7+
@pytest.mark.devnet
8+
def test_devnet_placeholder() -> None:
9+
"""Placeholder test for devnet integration."""
10+
# This is a placeholder test that will be implemented
11+
# as part of the SDK implementation tasks
12+
pass

python/tests/unit/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
"""Unit tests for solana_ai_registries package."""
File renamed without changes.

0 commit comments

Comments
 (0)