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 a484e2d commit 5089e39Copy full SHA for 5089e39
pytest_django/runner.py
@@ -19,11 +19,6 @@ def __init__(
19
20
@classmethod
21
def add_arguments(cls, parser: ArgumentParser) -> None:
22
- parser.add_argument(
23
- "--failfast",
24
- action="store_true",
25
- help="Stops the test suite after the first failure.",
26
- )
27
parser.add_argument(
28
"--keepdb", action="store_true", help="Preserves the test DB between runs."
29
)
0 commit comments