Skip to content

Commit 94e9147

Browse files
authored
fix: 📝 Python import in testing.md
1 parent efd4de7 commit 94e9147

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

‎documentation/testing.md‎

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
from tests.integrations.test_fastapi import Dependency
2-
31
# Testing
42

53
## Test configuration
@@ -12,7 +10,6 @@ Here is the [Pytest](https://github.com/pytest-dev/pytest) fixture for using tes
1210
import pytest
1311
from injection.testing import load_test_profile
1412

15-
1613
@pytest.fixture(scope="session", autouse=True)
1714
def autouse_test_injectables():
1815
# Ensure that test injectables have been imported here

0 commit comments

Comments
 (0)