summaryrefslogtreecommitdiff
path: root/Tools/unittestgui
Commit message (Collapse)AuthorAgeFilesLines
* Removed unintentional trailing spaces in text files.Serhiy Storchaka2015-03-291-2/+2
|
* Issue #19936: Added executable bits or shebang lines to Python scripts whichSerhiy Storchaka2014-01-161-1/+1
| | | | | | | requires them. Disable executable bits and shebang lines in test and benchmark files in order to prevent using a random system python, and in source files of modules which don't provide command line interface. Fixed shebang line to use python3 executable in the unittestgui script.
* remove __version__s dependent on subversion keyword expansion (closes #12221)Benjamin Peterson2011-05-311-1/+0
|
* Enable unittest.TestCase to be instantiated without providing a method name.Michael Foord2011-01-031-2/+4
| | | | Changed unittestgui to show number of discovered tests in the status bar.
* Issue 10502: addition of unittestgui to Tools/Michael Foord2011-01-032-0/+493