pre-commit-ci-lite[bot]
3 weeks ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
0 deletions
-
tests/test_responses_optional_imports.py
|
|
|
@ -4,6 +4,7 @@ from typing import Any |
|
|
|
|
|
|
|
import pytest |
|
|
|
|
|
|
|
|
|
|
|
def test_optional_imports_broken_installation(monkeypatch: pytest.MonkeyPatch) -> None: |
|
|
|
""" |
|
|
|
Test that an ImportError during the import of an optional JSON library |
|
|
|
|