Skip to content

Commit 3965b05

Browse files
authored
Use syncify for remaining async test suites. (#353)
1 parent d833912 commit 3965b05

File tree

4 files changed

+79
-757
lines changed

4 files changed

+79
-757
lines changed

tests/conftest.py

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -117,24 +117,12 @@ def sync_http_client_for_test():
117117
return http_client
118118

119119

120-
@pytest.fixture
121-
def async_http_client_for_test():
122-
_, _, http_client = _get_test_client_setup("AsyncHTTPClient")
123-
return http_client
124-
125-
126120
@pytest.fixture
127121
def sync_client_configuration_and_http_client_for_test():
128122
_, client_configuration, http_client = _get_test_client_setup("SyncHTTPClient")
129123
return client_configuration, http_client
130124

131125

132-
@pytest.fixture
133-
def async_client_configuration_and_http_client_for_test():
134-
_, client_configuration, http_client = _get_test_client_setup("AsyncHTTPClient")
135-
return client_configuration, http_client
136-
137-
138126
@pytest.fixture
139127
def mock_http_client_with_response(monkeypatch):
140128
def inner(

0 commit comments

Comments
 (0)