Skip to main content

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


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 hashes)

Uploaded Source

Built Distribution

asytest-0.1.5-py3-none-any.whl (5.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page