From f7b0f07b45798548550a3dd90444b350b9b95ff7 Mon Sep 17 00:00:00 2001 From: Jason Carver Date: Thu, 1 Feb 2018 13:07:33 -0800 Subject: [PATCH] fixups: rm template filler, xfail strict, make bug --- Makefile | 2 +- fill_template_vars.sh | 3 +++ pytest.ini | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 97eab7cb..3bf24030 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ lint: lint-roll: isort --recursive tests - $(make) lint + $(MAKE) lint test: py.test tests diff --git a/fill_template_vars.sh b/fill_template_vars.sh index a0f9b903..17f25035 100755 --- a/fill_template_vars.sh +++ b/fill_template_vars.sh @@ -38,3 +38,6 @@ sed -i "s//$SHORT_DESCRIPTION/g" $TEMPLATE_FILES mkdir $MODULE_NAME touch $MODULE_NAME/__init__.py + +# template filler is no longer needed, delete it +rm "$0" diff --git a/pytest.ini b/pytest.ini index 9cc5a18d..d53de3aa 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,6 +1,7 @@ [pytest] addopts= -v --showlocals --durations 10 python_paths= . +xfail_strict=true [pytest-watch] runner= py.test --failed-first --maxfail=1 --no-success-flaky-report