From 290e6f5e7263e54d8b7432015aeb00bb7e23c552 Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Sun, 22 Mar 2020 17:08:41 -0700 Subject: [PATCH] Add a pytest.ini file to register custom markers, to avoid so many test warnings --- tests/pytest.ini | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tests/pytest.ini diff --git a/tests/pytest.ini b/tests/pytest.ini new file mode 100644 index 00000000..393e0dd8 --- /dev/null +++ b/tests/pytest.ini @@ -0,0 +1,4 @@ +[pytest] +markers = + gui: marks tests as a GUI test + tor: marks tests as a Tor GUI test \ No newline at end of file