# Tests for Wake
![horizontal splitter](https://github.com/Ackee-Blockchain/wake-detect-action/assets/56036748/ec488c85-2f7f-4433-ae58-3d50698a47de)
This Python package implements ready-to-use Python tests for the most common ERC standards. See the list of implemented tests below.
## Dependencies
- Python (version 3.8 or higher)
- Wake (version 4.3.2 or higher)
## Installation
The installation is simple. Just run the following command:
```bash
pip3 install eth-wake-tests
```
This will also install `eth-wake` in case you don't have it installed already.
## Test Suites
Test suites implement two types of tests: **unit tests** and **fuzz tests**. Unit tests are used to test individual functions and methods. Fuzz tests are used to test functions with random inputs. Fuzz tests are useful for finding bugs in functions that are not covered by unit tests.
### ERC-20
ERC-20 tests are fully implemented. Test suites are inspired by [Runtime Verification's ERC-20 tests](https://ercx.runtimeverification.com/whats-being-tested?standard=erc-20). A comprehensive example of how to use the test suite as well as the comprehensive documentation can be found in [examples/erc20](https://github.com/Ackee-Blockchain/wake-tests/tree/master/examples/erc20/).
### Other Standards
More standards (ERC-721, ERC-1155, etc.) are coming soon.
Raw data
{
"_id": null,
"home_page": "https://ackeeblockchain.com",
"name": "eth-wake-tests",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.8,<4.0",
"maintainer_email": "",
"keywords": "ethereum,solidity,security,testing,development,framework,audit",
"author": "Ackee Blockchain",
"author_email": "",
"download_url": "https://files.pythonhosted.org/packages/d8/09/3882bb91e60b90ece2ea1ea0991d5f06ffea23cba960b6797570044033ee/eth_wake_tests-0.1.1.tar.gz",
"platform": null,
"description": "# Tests for Wake\n\n![horizontal splitter](https://github.com/Ackee-Blockchain/wake-detect-action/assets/56036748/ec488c85-2f7f-4433-ae58-3d50698a47de)\n\nThis Python package implements ready-to-use Python tests for the most common ERC standards. See the list of implemented tests below.\n\n## Dependencies\n\n- Python (version 3.8 or higher)\n- Wake (version 4.3.2 or higher)\n\n## Installation\n\nThe installation is simple. Just run the following command:\n\n```bash\npip3 install eth-wake-tests\n```\n\nThis will also install `eth-wake` in case you don't have it installed already.\n\n## Test Suites\n\nTest suites implement two types of tests: **unit tests** and **fuzz tests**. Unit tests are used to test individual functions and methods. Fuzz tests are used to test functions with random inputs. Fuzz tests are useful for finding bugs in functions that are not covered by unit tests.\n\n### ERC-20\n\nERC-20 tests are fully implemented. Test suites are inspired by [Runtime Verification's ERC-20 tests](https://ercx.runtimeverification.com/whats-being-tested?standard=erc-20). A comprehensive example of how to use the test suite as well as the comprehensive documentation can be found in [examples/erc20](https://github.com/Ackee-Blockchain/wake-tests/tree/master/examples/erc20/).\n\n### Other Standards\n\nMore standards (ERC-721, ERC-1155, etc.) are coming soon.\n",
"bugtrack_url": null,
"license": "ISC",
"summary": "Generic tests for common Ethereum standards utilizing Wake.",
"version": "0.1.1",
"project_urls": {
"Homepage": "https://ackeeblockchain.com",
"Repository": "https://github.com/Ackee-Blockchain/wake-tests"
},
"split_keywords": [
"ethereum",
"solidity",
"security",
"testing",
"development",
"framework",
"audit"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "437d6cc740315cbea7c3980f08d11f20388af3ef8603d748a127e28d693e5229",
"md5": "a1cc4a82de1db96740a123c03c99669c",
"sha256": "7d4251b217bdd7139d404157fee7db7d1899918328b26a0371192ac81b8a6765"
},
"downloads": -1,
"filename": "eth_wake_tests-0.1.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "a1cc4a82de1db96740a123c03c99669c",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8,<4.0",
"size": 21537,
"upload_time": "2024-01-26T14:13:29",
"upload_time_iso_8601": "2024-01-26T14:13:29.500275Z",
"url": "https://files.pythonhosted.org/packages/43/7d/6cc740315cbea7c3980f08d11f20388af3ef8603d748a127e28d693e5229/eth_wake_tests-0.1.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "d8093882bb91e60b90ece2ea1ea0991d5f06ffea23cba960b6797570044033ee",
"md5": "106b33e1b3d5ba3e6b3a45791a77d010",
"sha256": "7015ac4e42fe4f176d3575104c5f91997a024156787c65599f48317614add8b7"
},
"downloads": -1,
"filename": "eth_wake_tests-0.1.1.tar.gz",
"has_sig": false,
"md5_digest": "106b33e1b3d5ba3e6b3a45791a77d010",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8,<4.0",
"size": 17276,
"upload_time": "2024-01-26T14:13:31",
"upload_time_iso_8601": "2024-01-26T14:13:31.280108Z",
"url": "https://files.pythonhosted.org/packages/d8/09/3882bb91e60b90ece2ea1ea0991d5f06ffea23cba960b6797570044033ee/eth_wake_tests-0.1.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-01-26 14:13:31",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Ackee-Blockchain",
"github_project": "wake-tests",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "eth-wake-tests"
}