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 34e59ad7d7
commit 290e6f5e72
No known key found for this signature in database
GPG key ID: 403C2657CD994F73

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