From f138b9210e7b6cb3d8b6379202c42523ce5f66ac Mon Sep 17 00:00:00 2001 From: Serene-Arc Date: Wed, 10 Mar 2021 08:43:15 +1000 Subject: [PATCH] Add another mark --- pytest.ini | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 +