mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-28 14:46:55 +08:00
stubtest_third_party.py will now only print a single line when the test succeeds for a certain distribution, unless the "-v" option is given. When the test fails or "-v" is given, will still print the full output. The success status is now colored to make spotting failures easier. stdout/stderr is now used consistently: The distribution name and success status is always printed to stdout, all other output goes to stderr. Running the script with "2>/dev/null" will only show the success status of the test, one per line.