[Python-Dev] unittest.main() --catch parameter
anatoly techtonik
techtonik at gmail.com
Thu Mar 3 21:31:18 CET 2011
More information about the Python-Dev mailing list
Thu Mar 3 21:31:18 CET 2011
- Previous message: [Python-Dev] Strange occasional marshal error
- Next message: [Python-Dev] unittest.main() --catch parameter
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I am looking at --help of test runner and asking the question: what is the use case for -c, --catch option? It doesn't look like it should be present in generic runner. I also can't find reasons to waste short option for it. There will be big problems with people complaining about BC break even if this option is not used by anyone. Usage: tests.py [options] [test] [...] Options: -h, --help Show this message -v, --verbose Verbose output -q, --quiet Minimal output -f, --failfast Stop on first failure -c, --catch Catch control-C and display results -b, --buffer Buffer stdout and stderr during test runs -- anatoly t.
- Previous message: [Python-Dev] Strange occasional marshal error
- Next message: [Python-Dev] unittest.main() --catch parameter
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list