File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 106106# Stop run immediately if these commands fail
107107FAST_FAIL = ["self" , "lint" ]
108108
109- EXTRA_COMMANDS = ("pytest-extra" , "mypyc-fast" , "mypyc-extra" )
109+ EXTRA_COMMANDS = ("pytest-extra" , "mypyc-fast" , "mypyc-extra" , "selfc" )
110110DEFAULT_COMMANDS = [cmd for cmd in cmds if cmd not in EXTRA_COMMANDS ]
111111
112112assert all (cmd in cmds for cmd in FAST_FAIL )
@@ -162,7 +162,7 @@ def main() -> None:
162162 print ()
163163 print (
164164 "Run the given tests. If given no arguments, run everything except"
165- + " pytest-extra and mypyc-extra . Unrecognized arguments will be"
165+ + f" the slowest commands { EXTRA_COMMANDS } . Unrecognized arguments will be"
166166 + " interpreted as individual test names / substring expressions"
167167 + " (or, if they end in .test, individual test files)"
168168 + " and this script will try to run them."
You can’t perform that action at this time.
0 commit comments