Codebase list debmutate / HEAD Makefile
HEAD

Tree @HEAD (Download .tar.gz)

Makefile @HEADraw · history · blame

check:: testsuite style typing

.PHONY: style testsuite unsupported

style::
	flake8

typing::
	mypy debmutate tests

testsuite::
	python3 -m unittest tests.test_suite