Skip to content
Snippets Groups Projects
Commit f9796f8f authored by Florian Spreckelsen's avatar Florian Spreckelsen
Browse files

MAINT: Use cov in make unittest

parent c0717a3e
No related branches found
No related tags found
2 merge requests!217TST: Make NamedTemporaryFiles Windows-compatible,!211F refactor pipe
Pipeline #59884 passed
......@@ -151,7 +151,7 @@ unittest_py3.9:
- python3 -c "import sys; assert sys.version.startswith('$PYVER')"
# actual test
- caosdb-crawler --help
- pytest --cov=caosdb -vv ./unittests
- make unittest
unittest_py3.10:
variables:
......
......@@ -44,5 +44,5 @@ lint:
.PHONY: lint
unittest:
pytest
pytest --cov=caosdb -vv ./unittests
.PHONY: unittest
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