aboutsummaryrefslogtreecommitdiffstats
path: root/test.py
Commit message (Expand)AuthorAgeFilesLines
* Used PyCharms inspectors.Matěj Cepl2024-03-301-1/+1
* test: convert to Python 3 compatibilityW. Trevor King2012-11-121-3/+3
* Ran update-copyright.py.W. Trevor King2012-10-161-1/+1
* Ran update-copyright.py.W. Trevor King2012-02-161-10/+10
* Run update_copyright.py.W. Trevor King2011-05-251-0/+1
* Bumped to version 1.0.01.0.0Chris Ball2011-01-081-1/+1
* Ran update_copyright.py.W. Trevor King2010-10-211-1/+1
* Ran update_copyright.pyW. Trevor King2010-06-221-12/+13
* Add version information to test.py stderr for easier error reproductionW. Trevor King2010-01-291-0/+2
* Add --help, --quiet options to test.py.W. Trevor King2010-01-271-33/+43
* Updated copyright informationW. Trevor King2010-01-011-1/+17
* Better import error messages in test.pyW. Trevor King2009-12-311-1/+5
* Converted libbe.storage.vcs.base to new Storage format.W. Trevor King2009-12-131-2/+5
* Added libbe.command.base (with Command class) and moved list command to new f...W. Trevor King2009-12-121-4/+6
* Reworked test.py to handle deeper directory structureW. Trevor King2009-12-081-40/+65
* Added libbe.TESTING (defaults to False).W. Trevor King2009-12-031-0/+2
* test.py now uses unittest.TestSuite 'suite' in becommands if present.W. Trevor King2009-11-281-1/+4
* Adjusted test.py to use an installed vcs by default.W. Trevor King2009-11-201-4/+5
* Fixed some erroneous "no test suite" messages in test.py.W. Trevor King2008-12-011-5/+6
* Added more helpful error message for libbe modules missing test suites.W. Trevor King2008-11-281-0/+2
* Another major rewrite. Now BugDir, Bug, and Comment are more distinct.W. Trevor King2008-11-211-19/+19
* Major rewrite of RCS backends. RCS now represented as a class.W. Trevor King2008-11-181-18/+29
* * use python2.4/2.5 compatible import of ElementTreeW. Trevor King2008-11-131-0/+10
* Exit with a nonzero status if the tests fail.Marien Zwart2006-04-051-5/+15
* Added unit testing frameworkAaron Bentley2005-03-111-0/+20