Daniel Shahaf wrote on Mon, Dec 02, 2019 at 03:50:14 +0000: > Instead of running the entire test suite, you can do «cd …/cmdline && > ./getopt_tests.py». Run it with --help for details.
By the way, the --help output doesn't document this, but in the syntax «./getopt_tests.py [<test>]», <test> can be either the number of a test (shown by --list and by PASS/FAIL messages) or the name of the Python function. Cheers, Daniel

