From efe0189de0714bbde76082566d0f82df1439cb63 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Sat, 28 Sep 2013 13:53:07 -0500 Subject: add pytest.ini with flags to show skipped test reasons, revert tox.ini --- pytest.ini | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 pytest.ini diff --git a/pytest.ini b/pytest.ini new file mode 100644 index 00000000..723735ac --- /dev/null +++ b/pytest.ini @@ -0,0 +1,2 @@ +[pytest] +addopts = -r s -- cgit v1.2.3