We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e247cc9 commit 0730e87Copy full SHA for 0730e87
1 file changed
tests/conftest.py
@@ -6,11 +6,6 @@ def assert_all_responses_were_requested() -> bool:
6
return False
7
8
9
-@pytest.fixture
10
-def non_mocked_hosts():
11
- return ["localhost"]
12
-
13
14
@pytest.fixture(autouse=True)
15
def mock_backend(httpx_mock):
16
httpx_mock.add_response(url="https://datasette.io/", text="<h1>datasette.io</h1>")
0 commit comments