Tiny async test framework for python
Project description
test execution framework for async test
how it workks
All tests functions must begin with 'test_' prefix. Framework executes all test functions in one asyncio event_loop cuncurrently, which means that your tests should be independent with share-nothing design.
running example tests
pip install asytest
python -m asytest tests
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
asytest-0.1.5.tar.gz
(7.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file asytest-0.1.5.tar.gz.
File metadata
- Download URL: asytest-0.1.5.tar.gz
- Upload date:
- Size: 7.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e0df13db0588b77fddde14ce4ddb367a721571ae0687f6dad212dce78f2c4672
|
|
| MD5 |
b755ac59e14e665854b4fe6f13a59f59
|
|
| BLAKE2b-256 |
b4e35418c8d356dd4858f1282737e39507041f83f0cea3bf7fe25e51b10188a0
|
File details
Details for the file asytest-0.1.5-py3-none-any.whl.
File metadata
- Download URL: asytest-0.1.5-py3-none-any.whl
- Upload date:
- Size: 5.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
28751961b26810a14c65247fe75c9d1cdfb50d6991906477fa98da239f18c7b6
|
|
| MD5 |
efe334cd0c1fee1af3b6a0c5f33a3ac8
|
|
| BLAKE2b-256 |
976ce9f65042e1fd70bae130181eff0bd644f944994d38ef312b50a06a3b84a4
|