Add type hints for stub_blueprint_populate fixture (#93568)

Add typehints for stub_blueprint_populate fixture
This commit is contained in:
Jan Bouwhuis
2023-05-26 08:13:13 +02:00
committed by GitHub
parent 9e53bca452
commit ec98e22330
76 changed files with 78 additions and 75 deletions

View File

@@ -140,6 +140,7 @@ _TEST_FIXTURES: dict[str, list[str] | str] = {
"recorder_mock": "Recorder",
"requests_mock": "requests_mock.Mocker",
"snapshot": "SnapshotAssertion",
"stub_blueprint_populate": "None",
"tmp_path": "Path",
"tmpdir": "py.path.local",
}