Skip to content
Snippets Groups Projects
Commit 454481d0 authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Fix recipes, using the new structure

parent b8928f8c
No related branches found
Tags v0.23.0
No related merge requests found
Pipeline #6878 passed with warnings
......@@ -15,10 +15,10 @@ clean:
python setup.py clean --all
test:
py.test --junitxml=./reports/junit.xml -o junit_suite_name=$(PKGNAME) $(PKGNAME)
py.test --junitxml=./reports/junit.xml -o junit_suite_name=$(PKGNAME) tests
test-cov:
py.test --cov ./ --cov-report term-missing --cov-report xml:reports/coverage.xml --cov-report html:reports/coverage $(PKGNAME)
py.test --cov $(PKGNAME) --cov-report term-missing --cov-report xml:reports/coverage.xml --cov-report html:reports/coverage tests
test-loop:
py.test $(PKGNAME)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment