Add a pytest.ini file to register custom markers, to avoid so many test warnings

This commit is contained in:
Micah Lee 2020-03-22 17:08:41 -07:00
parent 25db30bb2f
commit bcaf572322

4
tests/pytest.ini Normal file
View File

@ -0,0 +1,4 @@
[pytest]
markers =
gui: marks tests as a GUI test
tor: marks tests as a Tor GUI test