From 1fd3d8bc2fd1c5664e225e212b46fba9d1e8c5c2 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Tue, 30 Jul 2019 00:45:18 +0300 Subject: [PATCH] Add pytest.ini from responder This seems to be produce a more informative output, though I'm not sure how to filter the annoying deprecation warnings pytest throws about things that are usually done by modules I'm using, not by me. From: https://github.com/taoufik07/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