preserves/implementations/python/Makefile

9 lines
228 B
Makefile
Raw Normal View History

2018-09-29 16:37:26 +00:00
test:
python2 -m unittest test_preserves
python3 -m unittest test_preserves
coverage:
python2-coverage run --branch -m unittest test_preserves
python3-coverage run --branch -m unittest test_preserves
python3-coverage html