Select Git revision
jkerdreu authored
- Switch to pytest in Makefile git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/branches/0.7@2791 b32b6428-25c9-4566-ad07-03861ab6144f
Makefile 209 B
TEST_SOFT=pytest
#TEST_SOFT=unittest
default:cover
test:
python -m $(TEST_SOFT) -v
cover:
cd ../xaal/lib/;coverage run --source=. -m unittest discover -v -b ../../tests/; coverage html -d /tmp/coverage