From 3277ca777821e76955fb26d80788939a311db9db Mon Sep 17 00:00:00 2001 From: halcy Date: Mon, 7 Nov 2022 23:11:30 +0200 Subject: Initial test fixing pass. Four tests still fail. --- tests/conftest.py | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tests/conftest.py') diff --git a/tests/conftest.py b/tests/conftest.py index 8e64919..50b317e 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -44,6 +44,12 @@ def status2(api): yield _status api.status_delete(_status['id']) +@pytest.fixture +def status3(api2): + _status = api2.status_post('Toot, finally!') + yield _status + api2.status_delete(_status['id']) + @pytest.fixture(scope="module") def vcr_config(): return dict( -- cgit v1.2.3