- 18 Eki, 2009 11 kayıt (commit)
-
-
R. David Murray yazdı
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 yazdı
-
Antoine Pitrou yazdı
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
-
Tarek Ziadé yazdı
-
Georg Brandl yazdı
-
Ronald Oussoren yazdı
trying to detect proxy settings on OSX.
-
Nick Coghlan yazdı
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 yazdı
-
Senthil Kumaran yazdı
-
- 17 Eki, 2009 14 kayıt (commit)
-
-
Mark Dickinson yazdı
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
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 yazdı
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
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 yazdı
-
Georg Brandl yazdı
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
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 yazdı
-
Nick Coghlan yazdı
-
- 16 Eki, 2009 3 kayıt (commit)
-
-
Tarek Ziadé yazdı
-
Eric Smith yazdı
-
Vinay Sajip yazdı
-
- 15 Eki, 2009 10 kayıt (commit)
-
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Mark Dickinson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 14 Eki, 2009 2 kayıt (commit)
-
-
Neil Schemenauer yazdı
an obscure, undocumentated feature so no test was added. Closes issue #1101399.
-
Neil Schemenauer yazdı
-