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 a5d510e commit 3177981Copy full SHA for 3177981
tests/test_database.py
@@ -54,7 +54,7 @@ def test_noaccess_fixture(noaccess):
54
55
@pytest.mark.skipif(get_django_version() < (1, 6),
56
reason="shared_db_wrapper needs at least Django 1.6")
57
-class TestSharedDbWrapper:
+class TestSharedDbWrapper(object):
58
"""Tests for sharing data created with share_db_wrapper, order matters."""
59
@pytest.fixture(scope='class')
60
def shared_item(self, request, shared_db_wrapper):
0 commit comments