We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95ac974 commit af04673Copy full SHA for af04673
pytest_django/lazy_django.py
@@ -11,7 +11,7 @@
11
def skip_if_no_django():
12
"""Raises a skip exception when no Django settings are available"""
13
if not django_settings_is_configured():
14
- pytest.skip('Test skipped since no Django settings is present.')
+ pytest.skip('no Django settings')
15
16
17
def django_settings_is_configured():
0 commit comments