- Fix
loop
andproactor_loop
fixtures. #22
- Restore implicit switch to
asyncio_mode = auto
if legacy mode is detected.
- Don't implicitly switch from legacy to auto asyncio_mode, the integration doesn't work well.
- The plugin is compatible with
pytest-asyncio
now. It usespytest-asyncio
for async tests running and async fixtures support, providing by itself only fixtures for creating aiohttp test server and client.
- Fix backward incompatibility changes introduced by pytest 3.3+
- Add MANIFEST.in file
- Fix README markup
- Fix an url in setup.py
- Initial release