- 18 Oct, 2009 11 commits
-
-
R. David Murray authored
to stderr during the test run and it happened to get emitted after the worker thread emitted the result JSON. Now we capture stdout and stderr separately, which avoids that problem. It also means that _all_ stderr output is after all stdout output when we print the test results, but that seems acceptable, since output ordering is not guaranteed anyway. The patch also moves the emit of the test name into the output block generated after the test completes. Otherwise test names and test output/errors were mixed in the terminal display, making it difficult to determine which test generated the output.
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Nick Coghlan authored
-
Nick Coghlan authored
-
Tarek Ziadé authored
-
Georg Brandl authored
-
Ronald Oussoren authored
trying to detect proxy settings on OSX.
-
Nick Coghlan authored
Using CleanImport to revert a reload of the os module doesn't work due to function registrations in copy_reg. The perils of reloading modules even for tests...
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
- 17 Oct, 2009 14 commits
-
-
Mark Dickinson authored
-
Nick Coghlan authored
-
Nick Coghlan authored
-
Nick Coghlan authored
Also check and restore identity of sys.path, sys.argv and os.environ rather than just their values (this picked up a few more misbehaving tests)
-
Nick Coghlan authored
-
Nick Coghlan authored
-
Nick Coghlan authored
Don't invoke reload(sys) and use StringIO objects instead of real files to capture stdin and stdout when needed (ensures all sys attributes remain unmodified after test_xmlrpc runs)
-
Nick Coghlan authored
-
Georg Brandl authored
-
Nick Coghlan authored
-
Nick Coghlan authored
-
Nick Coghlan authored
Enhancement to the new environment checking code to print the changed items under -vv. Also includes a small tweak to allow underscores in the names of resources.
-
Mark Dickinson authored
-
Nick Coghlan authored
-
- 16 Oct, 2009 3 commits
-
-
Tarek Ziadé authored
-
Eric Smith authored
-
Vinay Sajip authored
-
- 15 Oct, 2009 10 commits
-
-
Mark Dickinson authored
-
Mark Dickinson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Mark Dickinson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 14 Oct, 2009 2 commits
-
-
Neil Schemenauer authored
an obscure, undocumentated feature so no test was added. Closes issue #1101399.
-
Neil Schemenauer authored
-