fixups: rm template filler, xfail strict, make bug
This commit is contained in:
parent
cb71fb4430
commit
f7b0f07b45
2
Makefile
2
Makefile
|
@ -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
|
||||||
|
|
|
@ -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"
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user