gleb-sevruk / pycrunch-engine

NCrunch inspired tool for continuous testing Python
https://pycrunch.com
Other
57 stars 8 forks source link

Async testing: Thanks to @accoleon #101

Closed gleb-sevruk closed 9 months ago

gleb-sevruk commented 9 months ago

async tests are now discovered; async tests can be run now thanks to

import nest_asyncio
nest_asyncio.apply()

Continued from: https://github.com/gleb-sevruk/pycrunch-engine/pull/100

gleb-sevruk commented 9 months ago
image
gleb-sevruk commented 9 months ago
image