DEBSOURCES
Skip Quicknav
sources / aiotask-context / 0.6.1-3 / Makefile
12345678
syntax: flake8 --exclude=examples/,.tox,.eggs cov: pytest --cov-report term-missing --cov=aiotask_context -sv tests/test_context.py test: pytest tests/ -sv