aboutsummaryrefslogtreecommitdiffstats
path: root/test.py
Commit message (Expand)AuthorAgeFilesLines
* 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