File: Makefile

package info (click to toggle)
aiotask-context 0.6.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 136 kB
  • sloc: python: 380; makefile: 14
file content (8 lines) | stat: -rw-r--r-- 161 bytes parent folder | download
1
2
3
4
5
6
7
8
syntax:
	flake8 --exclude=examples/,.tox,.eggs

cov:
	pytest --cov-report term-missing --cov=aiotask_context -sv tests/test_context.py

test:
	pytest tests/ -sv