diff --git a/pytest.ini b/pytest.ini index ca6ae59..5123ee6 100644 --- a/pytest.ini +++ b/pytest.ini @@ -2,4 +2,6 @@ markers = online: tests require a connection to the internet reddit: tests require a connection to Reddit - slow: test is slow to run \ No newline at end of file + slow: test is slow to run + authenticated: test requires an authenticated Reddit instance +