| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | More reliable version of new command line tests that just checks the exit codes | Nick Coghlan | 2006-04-24 | 1 | -2/+37 |
| | | |||||
| * | Back out new command line tests (broke buildbot) | Nick Coghlan | 2006-04-24 | 1 | -55/+0 |
| | | |||||
| * | Add unit tests for the -m and -c command line switches | Nick Coghlan | 2006-04-24 | 1 | -0/+55 |
| | | |||||
| * | Add a comment to explain why we are calling _cleanup() | Neal Norwitz | 2006-04-17 | 1 | -0/+2 |
| | | |||||
| * | Try to stop the test from leaking and yet still work on windows | Neal Norwitz | 2006-04-17 | 1 | -3/+2 |
| | | |||||
| * | Get test to consistently show no leaks | Neal Norwitz | 2006-04-17 | 1 | -1/+3 |
| | | |||||
| * | Try to be a bit more consistent on all platforms: | Neal Norwitz | 2006-03-09 | 1 | -13/+2 |
| | | | | | | | | python . python < . both print a message, return non-zero and do not core dump. | ||||
| * | Fix test not to fail on FreeBSD. Directories work also as data | Hye-Shik Chang | 2005-12-13 | 1 | -0/+4 |
| | | | | | files on the platform. | ||||
| * | SF patch #1364545: test_cmd_line.py relied on english error messages when | Walter Dörwald | 2005-11-25 | 1 | -13/+12 |
| | | | | | | invoking the Python interpreter (which didn't work on non-english Windows versions). Check return codes instead. | ||||
| * | test_directories(): This test had no chance of passing on | Tim Peters | 2005-10-30 | 1 | -2/+14 |
| | | | | | | Windows. Hacked it to pass, but not sure it's worth the bother. | ||||
| * | Fix unit test failure -- the output received from Python can be empty, | Guido van Rossum | 2005-10-08 | 1 | -1/+1 |
| | | | | | but verify_valid_flag() wasn't expecting that. Will backport. | ||||
| * | SF bug #887946, segfault if redirecting directory | Neal Norwitz | 2005-10-03 | 1 | -0/+50 |
| Also provide a warning if a directory is passed on the command line. Add minimal command line test. Will backport. | |||||
