Add type hints for stub_blueprint_populate fixture (#93568)
Add typehints for stub_blueprint_populate fixture
This commit is contained in:
@@ -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",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user