From 58964111369953ed6c84acd39fbc1deae637a1b9 Mon Sep 17 00:00:00 2001 From: Luna Date: Sat, 13 Oct 2018 14:14:59 +0100 Subject: [PATCH] added addopts in pytest --- pytest.ini | 1 + tests/test_formats.py | 0 2 files changed, 1 insertion(+) create mode 100644 tests/test_formats.py diff --git a/pytest.ini b/pytest.ini index ce98216..0695cb3 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,3 +1,4 @@ [pytest] +addopts= -rsxX -s -v --strict filterwarnings = error::UserWarning diff --git a/tests/test_formats.py b/tests/test_formats.py new file mode 100644 index 0000000..e69de29