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
If the -rerun flag is specified, fortpy reruns all the tests in the entire trunk. Often, the reason that -rerun is used is to retest something where the code hasn't changed yet (but perhaps the input file has). It takes long to rerun every test in the trunk.
Let -rerun accept a parameter (default *) that says which tests to rerun. Do lower-case pattern matching on the module names and only run those whose modules match the filter.
The text was updated successfully, but these errors were encountered:
If the
-rerun
flag is specified, fortpy reruns all the tests in the entire trunk. Often, the reason that-rerun
is used is to retest something where the code hasn't changed yet (but perhaps the input file has). It takes long to rerun every test in the trunk.Let
-rerun
accept a parameter (default*
) that says which tests to rerun. Do lower-case pattern matching on the module names and only run those whose modules match the filter.The text was updated successfully, but these errors were encountered: