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.
1 parent 3840600 commit b6fb33aCopy full SHA for b6fb33a
tests/conftest.py
@@ -45,6 +45,7 @@ def __call__(self, **fields: Unpack[ScriptData]) -> "ScriptData":
45
46
47
@pytest.fixture()
48
+@pytest.mark.django_db
49
def mock_config_diff() -> ConfigDiffBase:
50
mock_object = ConfigDiffBase
51
mock_object.log_warning = Mock()
0 commit comments