You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/choosetests.jl
+11-6Lines changed: 11 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -93,7 +93,7 @@ function choosetests(choices = [])
93
93
--seed=<SEED> : set the initial seed for all testgroups (parsed as a UInt128)
94
94
--skip <NAMES>... : skip test or collection tagged with <NAMES>
95
95
TESTS:
96
-
Can be special tokens, such as "all", "unicode", "stdlib", the names of stdlib modules, or the names of any file in the TESTNAMES array (defaults to "all").
96
+
Can be special tokens, such as "all", "unicode", "stdlib", the names of stdlib modules, or the names of any file in the testnames array (defaults to "all").
97
97
98
98
Or prefix a name with `-` (such as `-core`) to skip a particular test.
99
99
""")
@@ -109,9 +109,13 @@ function choosetests(choices = [])
0 commit comments