@@ -445,14 +445,14 @@ Let's walk through creating both unit and integration tests for a hypothetical n
445445
446446** File:**
447447You may look at an already-created unit test file for better clarity:
448- [ test_token_pause_transaction .py] ( tests\ unit\test_token_pause_transaction .py )
448+ [ token_pause_transaction_test .py] ( ../../ tests/ unit/token_pause_transaction_test .py)
449449
450450
451451#### 2. Create Integration Test
452452
453453** File:**
454454You may look at an already-created unit test file for better clarity:
455- [ token_pause_transaction_e2e_test.py] ( tests\ integration\ token_pause_transaction_e2e_test.py )
455+ [ token_pause_transaction_e2e_test.py] ( ../../ tests/ integration/ token_pause_transaction_e2e_test.py)
456456
457457#### 3. Run Your Tests
458458
@@ -1140,11 +1140,11 @@ Before submitting a pull request, ensure:
11401140
11411141### Simple Unit Test Example
11421142
1143- ** File:** [ test_account_id .py] ( tests\ unit\test_account_id .py )
1143+ ** File:** [ account_id_test .py] ( ../../ tests/ unit/account_id_test .py)
11441144
11451145### Simple Integration Test Example
11461146
1147- ** File:** [ account_balance_query_e2e_test.py] ( tests\ integration\ account_balance_query_e2e_test.py )
1147+ ** File:** [ account_balance_query_e2e_test.py] ( ../../ tests/ integration/ account_balance_query_e2e_test.py)
11481148
11491149### Complex Integration Test Example
11501150
@@ -1195,14 +1195,14 @@ If you encounter issues or have questions:
11951195
119611961 . ** Check this guide** - Most common scenarios are covered
119711972 . ** Review existing tests** - Look at similar tests in the codebase
1198- 3 . ** Check documentation** - See ` /docs/sdk_developers/ `
1198+ 3 . ** Check documentation** - See [ ` /docs/sdk_developers/ ` ] ( ./ )
119911994 . ** Ask in Discord** - Ask on the [ Linux Foundation Decentralized Trust Discord] ( https://discord.gg/hyperledger )
120012005 . ** Open an issue** - For bugs or unclear documentation
12011201
12021202### Useful Resources
12031203
1204- - ** Contributing Guide** : [ CONTRIBUTING.md] ( CONTRIBUTING.md )
1205- - ** Commit Signing Guide** : [ docs/sdk_developers/ signing.md] ( docs\sdk_developers\ signing.md)
1204+ - ** Contributing Guide** : [ CONTRIBUTING.md] ( ../../ CONTRIBUTING.md)
1205+ - ** Commit Signing Guide** : [ signing.md] ( signing.md )
12061206- ** pytest Documentation** : https://docs.pytest.org/
12071207- ** Hedera Documentation** : https://docs.hedera.com/
12081208- ** Hiero Solo** : https://github.com/hiero-ledger/solo
0 commit comments