diff --git a/tests/pytest.ini b/tests/pytest.ini new file mode 100644 index 0000000..7a0abd3 --- /dev/null +++ b/tests/pytest.ini @@ -0,0 +1,4 @@ +[pytest] +addopts = -ra +filterwarnings = + ignore::DeprecationWarning \ No newline at end of file diff --git a/tests/postparser_author_info.py b/tests/test_postparser_author_info.py similarity index 100% rename from tests/postparser_author_info.py rename to tests/test_postparser_author_info.py diff --git a/tests/postparser_extract_flags.py b/tests/test_postparser_extract_flags.py similarity index 100% rename from tests/postparser_extract_flags.py rename to tests/test_postparser_extract_flags.py diff --git a/tests/postparser_gen_title.py b/tests/test_postparser_gen_title.py similarity index 100% rename from tests/postparser_gen_title.py rename to tests/test_postparser_gen_title.py