DEBSOURCES
Skip Quicknav
sources / python-first / 2.0.2-4 / Makefile
1234567
test: python -m pytest --doctest-glob='*.rst' --doctest-modules --ignore=setup.py cov: python -m pytest --cov first --cov-report=term-missing . .PHONY: test cov