We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
testing.md
1 parent efd4de7 commit 94e9147Copy full SHA for 94e9147
‎documentation/testing.md‎
@@ -1,5 +1,3 @@
1
-from tests.integrations.test_fastapi import Dependency
2
-
3
# Testing
4
5
## Test configuration
@@ -12,7 +10,6 @@ Here is the [Pytest](https://github.com/pytest-dev/pytest) fixture for using tes
12
10
import pytest
13
11
from injection.testing import load_test_profile
14
15
16
@pytest.fixture(scope="session", autouse=True)
17
def autouse_test_injectables():
18
# Ensure that test injectables have been imported here
0 commit comments