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 726956b commit 17cdcdaCopy full SHA for 17cdcda
tests/test_db_setup.py
@@ -294,7 +294,7 @@ def test_a():
294
@pytest.mark.skipif(
295
get_django_version() >= (1, 9),
296
reason=(
297
- "Django 1.9 requires migration and has no concept " "of initial data fixtures"
+ "Django 1.9 requires migration and has no concept of initial data fixtures"
298
),
299
)
300
def test_initial_data(django_testdir_initial):
0 commit comments