From e57660ff882f611af09a9e125f6584e3cd7c82f2 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sun, 11 Nov 2018 11:53:20 +0200 Subject: [PATCH] Add initial pytest configuration From: https://github.com/kennethreitz/responder/blob/master/pytest.ini --- pytest.ini | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 pytest.ini diff --git a/pytest.ini b/pytest.ini new file mode 100644 index 0000000..0695cb3 --- /dev/null +++ b/pytest.ini @@ -0,0 +1,4 @@ +[pytest] +addopts= -rsxX -s -v --strict +filterwarnings = + error::UserWarning