asytest

Tiny async test framework for python


License
MIT
Install
pip install asytest==0.1.5

Documentation

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