fixups: rm template filler, xfail strict, make bug

This commit is contained in:
Jason Carver 2018-02-01 13:07:33 -08:00
parent cb71fb4430
commit f7b0f07b45
3 changed files with 5 additions and 1 deletions

View File

@ -26,7 +26,7 @@ lint:
lint-roll: lint-roll:
isort --recursive <MODULE_NAME> tests isort --recursive <MODULE_NAME> tests
$(make) lint $(MAKE) lint
test: test:
py.test tests py.test tests

View File

@ -38,3 +38,6 @@ sed -i "s/<SHORT_DESCRIPTION>/$SHORT_DESCRIPTION/g" $TEMPLATE_FILES
mkdir $MODULE_NAME mkdir $MODULE_NAME
touch $MODULE_NAME/__init__.py touch $MODULE_NAME/__init__.py
# template filler is no longer needed, delete it
rm "$0"

View File

@ -1,6 +1,7 @@
[pytest] [pytest]
addopts= -v --showlocals --durations 10 addopts= -v --showlocals --durations 10
python_paths= . python_paths= .
xfail_strict=true
[pytest-watch] [pytest-watch]
runner= py.test --failed-first --maxfail=1 --no-success-flaky-report runner= py.test --failed-first --maxfail=1 --no-success-flaky-report