We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5345fd5 commit 0ce2755Copy full SHA for 0ce2755
1 file changed
docs/sdk_developers/testing.md
@@ -84,7 +84,7 @@ hiero-sdk-python/
84
│ └── account_create_transaction.py
85
└── tests/
86
└── unit/
87
- └── test_account_create_transaction.py
+ └── account_create_transaction_test.py
88
```
89
---
90
@@ -491,7 +491,7 @@ You may look at an already-created unit test file for better clarity:
491
uv run pytest tests/unit/tokens/token_transfer_test.py -v
492
493
# Run integration tests
494
-uv run pytest tests/integration/token_transfer_e2e_test.py -v
+uv run pytest tests/integration/transfer_transaction_e2e_test.py -v
495
496
497
0 commit comments