summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_cgitb.py
Commit message (Collapse)AuthorAgeFilesLines
* Issue #9517: Move script_helper to the support package.Berker Peksag2015-05-061-1/+2
| | | | Patch by Christie Wilson.
* Issue #21741: Update 147 test modules to use test discovery.Zachary Ware2015-04-131-5/+1
| | | | | | | I have compared output between pre- and post-patch runs of these tests to make sure there's nothing missing and nothing broken, on both Windows and Linux. The only differences I found were actually tests that were previously *not* run.
* #12890: fix test on windowsR David Murray2012-10-311-6/+4
| | | | Patch by Stephen Tonkin.
* #12890: skip tests which fail on windows until fixed or rewritten.R David Murray2012-10-271-2/+2
| | | | We may rewrite these using mock per issue 15749.
* merge #12890: don't emit <p> tags in text mode when logdir specified.R David Murray2012-10-271-8/+25
| | | | Patch by Jeff McNeil.
* Normalize whitespace for #11512 fix.Brian Curtin2011-07-061-7/+7
|
* Fix #11512. Add an initial test suite for the cgitb, providing 75% coverage.Brian Curtin2011-07-061-0/+55
Patch by Robbie Clemons (robquad), produced at the PyCon 2011 sprints.