From d559304babb24e4961ba13c554817730b46cfadc Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 6 May 2020 18:26:37 -0700 Subject: pytest config --- pytest.ini | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 pytest.ini (limited to 'pytest.ini') diff --git a/pytest.ini b/pytest.ini new file mode 100644 index 0000000..755fead --- /dev/null +++ b/pytest.ini @@ -0,0 +1,10 @@ +[pytest] + +# search for 'test_*' functions in all python files, not just under tests +python_files = test_*.py tests/*.py chocula/*.py bin/*.py + +# Eg, warnings in surt library +filterwarnings = + ignore:.*invalid escape seq.*:DeprecationWarning + +log_level = INFO -- cgit v1.2.3