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
This lets several tests fail especially in tests/tools/trip/randomTrips/errors. We could either suppress the output by using our own error output in the ArgParser: https://docs.python.org/3/library/argparse.html#exiting-methods (making it less useful for the users?) or filter it in texttest which needs to be done for every script separately unless we filter the whole block between "usage:" and "error:".
The text was updated successfully, but these errors were encountered:
This lets several tests fail especially in tests/tools/trip/randomTrips/errors. We could either suppress the output by using our own error output in the ArgParser: https://docs.python.org/3/library/argparse.html#exiting-methods (making it less useful for the users?) or filter it in texttest which needs to be done for every script separately unless we filter the whole block between "usage:" and "error:".
The text was updated successfully, but these errors were encountered: