summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2020-03-22 17:08:41 -0700
committerMicah Lee <micah@micahflee.com>2020-03-22 17:08:41 -0700
commit290e6f5e7263e54d8b7432015aeb00bb7e23c552 (patch)
tree18c6e116a781c2dd1bf69bdacfa3dda77e248cca /tests
parent34e59ad7d77b6bb01c4dcd0fa9cc313d8863bab4 (diff)
downloadonionshare-290e6f5e7263e54d8b7432015aeb00bb7e23c552.tar.gz
onionshare-290e6f5e7263e54d8b7432015aeb00bb7e23c552.zip
Add a pytest.ini file to register custom markers, to avoid so many test warnings
Diffstat (limited to 'tests')
-rw-r--r--tests/pytest.ini4
1 files changed, 4 insertions, 0 deletions
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