You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@
13
13
14
14
Algorand Python Testing is a companion package to [Algorand Python](https://github.com/algorandfoundation/puya) that enables efficient unit testing of Algorand Python smart contracts in an offline environment. It emulates key AVM behaviors without requiring a network connection, offering fast and reliable testing capabilities with a familiar Pythonic interface.
3. Install Algorand Python Testing into your project:
27
27
```bash
28
-
pip install algopy-testing-python
28
+
pip install algorand-testing-python
29
29
```
30
30
4. Create a test file (e.g., `test_contract.py`):
31
31
@@ -40,7 +40,7 @@ Alternatively, if you want to start from scratch:
40
40
41
41
5. Run your tests using your preferred Python testing framework (e.g., pytest, unittest)
42
42
43
-
For more detailed information, check out the [full documentation](https://algorandfoundation.github.io/algopy_testing).
43
+
For more detailed information, check out the [full documentation](https://algorandfoundation.github.io/algorand-python-testing/).
44
44
45
45
## Features
46
46
@@ -51,7 +51,7 @@ For more detailed information, check out the [full documentation](https://algora
51
51
52
52
## Examples
53
53
54
-
For detailed examples showcasing various testing scenarios, refer to the [examples section](https://algorandfoundation.github.io/algopy_testing/examples.html) in the documentation.
54
+
For detailed examples showcasing various testing scenarios, refer to the [examples section](https://algorandfoundation.github.io/algorand-python-testing/examples.html) in the documentation.
0 commit comments