algorand-python-testing 0.2.2b4__py3-none-any.whl → 0.2.2b5__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {algorand_python_testing-0.2.2b4.dist-info → algorand_python_testing-0.2.2b5.dist-info}/METADATA +5 -5
- {algorand_python_testing-0.2.2b4.dist-info → algorand_python_testing-0.2.2b5.dist-info}/RECORD +4 -4
- {algorand_python_testing-0.2.2b4.dist-info → algorand_python_testing-0.2.2b5.dist-info}/WHEEL +0 -0
- {algorand_python_testing-0.2.2b4.dist-info → algorand_python_testing-0.2.2b5.dist-info}/licenses/LICENSE +0 -0
{algorand_python_testing-0.2.2b4.dist-info → algorand_python_testing-0.2.2b5.dist-info}/METADATA
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: algorand-python-testing
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.2b5
|
|
4
4
|
Summary: Algorand Python testing library
|
|
5
5
|
Project-URL: Documentation, https://github.com/algorandfoundation/puya/tree/main/algopy_testing#README.md
|
|
6
6
|
Project-URL: Issues, https://github.com/algorandfoundation/puya/issues
|
|
@@ -36,7 +36,7 @@ Description-Content-Type: text/markdown
|
|
|
36
36
|
|
|
37
37
|
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.
|
|
38
38
|
|
|
39
|
-
[Documentation](https://algorandfoundation.github.io/
|
|
39
|
+
[Documentation](https://algorandfoundation.github.io/algorand-python-testing/) | [Algorand Python Documentation](https://algorandfoundation.github.io/puya/)
|
|
40
40
|
|
|
41
41
|
## Quick start
|
|
42
42
|
|
|
@@ -48,7 +48,7 @@ Alternatively, if you want to start from scratch:
|
|
|
48
48
|
2. Install [AlgoKit CLI](https://github.com/algorandfoundation/algokit-cli?tab=readme-ov-file#install)
|
|
49
49
|
3. Install Algorand Python Testing into your project:
|
|
50
50
|
```bash
|
|
51
|
-
pip install
|
|
51
|
+
pip install algorand-testing-python
|
|
52
52
|
```
|
|
53
53
|
4. Create a test file (e.g., `test_contract.py`):
|
|
54
54
|
|
|
@@ -63,7 +63,7 @@ Alternatively, if you want to start from scratch:
|
|
|
63
63
|
|
|
64
64
|
5. Run your tests using your preferred Python testing framework (e.g., pytest, unittest)
|
|
65
65
|
|
|
66
|
-
For more detailed information, check out the [full documentation](https://algorandfoundation.github.io/
|
|
66
|
+
For more detailed information, check out the [full documentation](https://algorandfoundation.github.io/algorand-python-testing/).
|
|
67
67
|
|
|
68
68
|
## Features
|
|
69
69
|
|
|
@@ -74,7 +74,7 @@ For more detailed information, check out the [full documentation](https://algora
|
|
|
74
74
|
|
|
75
75
|
## Examples
|
|
76
76
|
|
|
77
|
-
For detailed examples showcasing various testing scenarios, refer to the [examples section](https://algorandfoundation.github.io/
|
|
77
|
+
For detailed examples showcasing various testing scenarios, refer to the [examples section](https://algorandfoundation.github.io/algorand-python-testing/examples.html) in the documentation.
|
|
78
78
|
|
|
79
79
|
## Contributing
|
|
80
80
|
|
{algorand_python_testing-0.2.2b4.dist-info → algorand_python_testing-0.2.2b5.dist-info}/RECORD
RENAMED
|
@@ -46,7 +46,7 @@ algopy_testing/state/local_state.py,sha256=8dtmyIQXKyonLRHxNykAFqmcodTn30QEGt1PR
|
|
|
46
46
|
algopy_testing/utilities/__init__.py,sha256=juZqPBATNsIUYDvZJf2KSVwt21anHloc4bgI5KWfLFg,171
|
|
47
47
|
algopy_testing/utilities/budget.py,sha256=P1pOKWCyya4wsqAwKgvp7y0p97hn2Kr2qFVRKm-sJZo,540
|
|
48
48
|
algopy_testing/utilities/log.py,sha256=5MDJY8Oh_COt5OLZXWqkvAJk2qdfBpfSGIpidV-HJ4k,1870
|
|
49
|
-
algorand_python_testing-0.2.
|
|
50
|
-
algorand_python_testing-0.2.
|
|
51
|
-
algorand_python_testing-0.2.
|
|
52
|
-
algorand_python_testing-0.2.
|
|
49
|
+
algorand_python_testing-0.2.2b5.dist-info/METADATA,sha256=OlyVrcDtvwUg07lmq2dbtMZM4yCqI1FqOt4eh_R3VCA,4192
|
|
50
|
+
algorand_python_testing-0.2.2b5.dist-info/WHEEL,sha256=1yFddiXMmvYK7QYTqtRNtX66WJ0Mz8PYEiEUoOUUxRY,87
|
|
51
|
+
algorand_python_testing-0.2.2b5.dist-info/licenses/LICENSE,sha256=jRyAzzkz3HPr-knS8XWyDY8CyuU-L4RtydPP8uGWsUw,657
|
|
52
|
+
algorand_python_testing-0.2.2b5.dist-info/RECORD,,
|
{algorand_python_testing-0.2.2b4.dist-info → algorand_python_testing-0.2.2b5.dist-info}/WHEEL
RENAMED
|
File without changes
|
|
File without changes
|