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 6f04c0c commit d42ab3bCopy full SHA for d42ab3b
pytest_django/plugin.py
@@ -265,9 +265,9 @@ def pytest_load_initial_conftests(
265
"django_db(transaction=False, reset_sequences=False): "
266
"Mark the test as using the Django test database. "
267
"The *transaction* argument allows you to use real transactions "
268
- "in the test like Django's TransactionTestCase. ",
+ "in the test like Django's TransactionTestCase. "
269
"The *reset_sequences* argument resets database sequences before "
270
- "the test."
+ "the test.",
271
)
272
early_config.addinivalue_line(
273
"markers",
0 commit comments