summaryrefslogtreecommitdiff
path: root/test.py
Commit message (Expand)AuthorAge
* Add explicit positional argument specifiers to .format() stringsW. Trevor King2012-11-17
* test: convert to Python 3 compatibilityW. Trevor King2012-11-12
* Ran update-copyright.py.W. Trevor King2012-10-16
* Ran update-copyright.py.W. Trevor King2012-02-16
* Run update_copyright.py.W. Trevor King2011-05-25
* Bumped to version 1.0.0Chris Ball2011-01-08
* Ran update_copyright.py.W. Trevor King2010-10-21
* Ran update_copyright.pyW. Trevor King2010-06-22
* Add version information to test.py stderr for easier error reproductionW. Trevor King2010-01-29
* Add --help, --quiet options to test.py.W. Trevor King2010-01-27
* Updated copyright informationW. Trevor King2010-01-01
* Better import error messages in test.pyW. Trevor King2009-12-31
* Converted libbe.storage.vcs.base to new Storage format.W. Trevor King2009-12-13
* Added libbe.command.base (with Command class) and moved list command to new f...W. Trevor King2009-12-12
* Reworked test.py to handle deeper directory structureW. Trevor King2009-12-08
* Added libbe.TESTING (defaults to False).W. Trevor King2009-12-03
* test.py now uses unittest.TestSuite 'suite' in becommands if present.W. Trevor King2009-11-28
* Adjusted test.py to use an installed vcs by default.W. Trevor King2009-11-20
* Fixed some erroneous "no test suite" messages in test.py.W. Trevor King2008-12-01
* Added more helpful error message for libbe modules missing test suites.W. Trevor King2008-11-28
* Another major rewrite. Now BugDir, Bug, and Comment are more distinct.W. Trevor King2008-11-21
* Major rewrite of RCS backends. RCS now represented as a class.W. Trevor King2008-11-18
* * use python2.4/2.5 compatible import of ElementTreeW. Trevor King2008-11-13
* Exit with a nonzero status if the tests fail.Marien Zwart2006-04-05
* Added unit testing frameworkAaron Bentley2005-03-11