Source code
Revision control
Copy as Markdown
Other Tools
#!/bin/bash
[[ "$AIOHTTP_NO_EXTENSIONS" != "y" ]] && make cythonize
python -m pytest -qx --no-cov $1
#!/bin/bash
[[ "$AIOHTTP_NO_EXTENSIONS" != "y" ]] && make cythonize
python -m pytest -qx --no-cov $1