test: Use Python dev mode during testing
This commit is contained in:
parent
468f651af4
commit
918669f538
2
Makefile
2
Makefile
@ -50,7 +50,7 @@ check:
|
|||||||
|
|
||||||
test:
|
test:
|
||||||
@echo "*** Running tests ***"
|
@echo "*** Running tests ***"
|
||||||
PYTHONPATH=$(PYTHONPATH):./src/ $(PYTHON) -m pytest -v --cov-branch \
|
PYTHONPATH=$(PYTHONPATH):./src/ $(PYTHON) -X dev -m pytest -v --cov-branch \
|
||||||
--cov=pylorax --cov=composer \
|
--cov=pylorax --cov=composer \
|
||||||
./tests/pylorax/ ./tests/composer/
|
./tests/pylorax/ ./tests/composer/
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user