add --no-interactive flag

This commit is contained in:
Marijan Petričević 2022-01-26 11:27:01 +01:00
parent d590556d5c
commit 411bb3c35f

View file

@ -61,7 +61,7 @@ def main() -> None:
"-I",
"--interactive",
help="drop into a python repl and run the tests interactively",
action="store_true",
action=argparse.BooleanOptionalAction,
)
arg_parser.add_argument(
"--start-scripts",