We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2498ebf commit 5390b12Copy full SHA for 5390b12
readthedocs/rtd_tests/tests/test_core_tags.py
@@ -14,7 +14,7 @@
14
class CoreTagsTests(TestCase):
15
fixtures = ['eric', 'test_data']
16
17
- @pytest.fixture(scope="module", autouse=True)
+ @pytest.fixture(autouse=True)
18
def url_scheme(self, request):
19
self.url_scheme = request.config.option.url_scheme
20
0 commit comments