aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2019-06-22 23:16:47 +0200
committerLorenz Diener <[email protected]>2019-06-22 23:16:47 +0200
commit225c8ca76a8fc6eb2a87a8156b7ce808d3b06507 (patch)
tree58a331db57609ca038d9428f27b064a4c1b32854 /tests/conftest.py
parentf920f8b58429b5d7dea43442765df824ac04bf91 (diff)
downloadmastodon.py-225c8ca76a8fc6eb2a87a8156b7ce808d3b06507.tar.gz
Fresh batch of test runs
Diffstat (limited to 'tests/conftest.py')
-rw-r--r--tests/conftest.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/conftest.py b/tests/conftest.py
index f4d38d9..6c113a2 100644
--- a/tests/conftest.py
+++ b/tests/conftest.py
@@ -24,6 +24,10 @@ def api2():
24 return _api(access_token='__MASTODON_PY_TEST_ACCESS_TOKEN_2') 24 return _api(access_token='__MASTODON_PY_TEST_ACCESS_TOKEN_2')
25 25
26@pytest.fixture 26@pytest.fixture
27def api3():
28 return _api(access_token='__MASTODON_PY_TEST_ACCESS_TOKEN_3')
29
30@pytest.fixture
27def api_anonymous(): 31def api_anonymous():
28 return _api(access_token=None) 32 return _api(access_token=None)
29 33
Powered by cgit v1.2.3 (git 2.41.0)