Skip to content
Snippets Groups Projects
Commit f9632fd7 authored by KERDREUX Jerome's avatar KERDREUX Jerome
Browse files

Split test

parent 4bbbf6b7
No related branches found
No related tags found
No related merge requests found
TEST_SOFT=pytest
#TEST_SOFT=unittest
default:cover default:cover
test: test:
python -m $(TEST_SOFT) -v python -m unittest -v
pytest:
# pytest is faster and offer a better look
# Install w/ pip
python -m pytest -v
cover: cover:
cd ../xaal/lib/;coverage run --source=. -m unittest discover -v -b ../../tests/; coverage html -d /tmp/coverage cd ../xaal/lib/;coverage run --source=. -m unittest discover -v -b ../../tests/; coverage html -d /tmp/coverage
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment