test: Use Python dev mode during testing

This commit is contained in:
Brian C. Lane 2020-10-06 10:24:43 -07:00 committed by Brian C. Lane
parent 468f651af4
commit 918669f538
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ check:
test:
@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 \
./tests/pylorax/ ./tests/composer/