summaryrefslogtreecommitdiff
path: root/unit_tests
Commit message (Expand)AuthorAgeFilesLines
* Fixed bugs in testid, test suiteJason Pellerin2009-04-202-4/+5
* Committed PyCon sprint work.Jason Pellerin2009-04-183-7/+244
* Made it possible to just "yield test" in test generatorsJason Pellerin2009-02-041-0/+21
* Added tests for logcapture bugfixJason Pellerin2009-02-041-0/+6
* Fixed issue 227Jason Pellerin2009-01-131-0/+12
* Fixed issues with python 2.6 compatiblityJason Pellerin2008-10-021-1/+1
* Merged multiprocess plugin branch (issue 93)Jason Pellerin2008-09-013-2/+128
* implemented --logging-filter option to filter logging statements by loggersMax Ischenko2008-06-081-0/+19
* Merged ticket-148 branch: added logcapture plugin. Bumped version to 0.11Jason Pellerin2008-06-061-0/+70
* * Fix issue #184 (sys.argv[0] treated as option)James J Lee2008-05-051-2/+10
* fixing test_address() so that it is compatible with unittest.TestCase classes...Kumar McMillan2008-04-301-0/+11
* Merged 158-166-config-files. Fixes #158 and #166.Jason Pellerin2008-04-026-0/+203
* Fixed issue 151Jason Pellerin2008-03-281-0/+53
* Merged 160-jython. Add test.sh shell script to run selftest under python2.3-2...Jason Pellerin2008-03-263-3/+16
* Add the tests for issue #155 I intended to commit with r456James J Lee2008-03-231-0/+46
* Fixed #159. Correct bad ErrorClass exception detailJames J Lee2008-03-111-0/+6
* Fixed #142. For ignored (false .isfailure) errorclass errors, like SkipTest,James J Lee2008-03-102-6/+2
* merged Ticket-153 branch into trunk, -r433:HEAD . This fixes bugs in metacla...Kumar McMillan2008-03-064-0/+75
* Fixed #152: applied patchJason Pellerin2008-01-293-4/+11
* MERGED 0.10.0-stable 378:411 to trunk in preparation for 0.10.1 release.Jason Pellerin2007-12-223-9/+37
* Merged 0.10.0-stable [308]:[378] into trunkJason Pellerin2007-10-139-21/+285
* Merged 0.10.0-stable [282]:[308] into trunkJason Pellerin2007-08-124-3/+36
* Merged 0.10.0-stable [266]:[282] into trunk.Jason Pellerin2007-07-191-0/+2
* Hide DeprecationWarning for multiple -w args in test of multiple -w argsJason Pellerin2007-06-241-0/+7
* Added additional twisted integration tests. Fixed bug in twistedtools handlin...Jason Pellerin2007-05-102-2/+12
* Restored correct default behavior of main() (exits), run() (does not exit, re...Jason Pellerin2007-05-071-1/+1
* Applied missing changeset from trunk with fix and tests for multi-line docstr...Jason Pellerin2007-04-281-1/+16
* Restored lib-first sorting to loadTestFromDir -- needs tests.Jason Pellerin2007-04-271-1/+5
* Fixed bugs in doctest loading from non-module files. Added functional test.Jason Pellerin2007-04-272-8/+3
* Changed getTestCaseNames to include runTest in test case case names if no oth...Jason Pellerin2007-04-261-2/+4
* Added python 2.4 doctest as nose.ext.dtcompat to enable better doctest suppor...Jason Pellerin2007-04-261-17/+5
* Most of new -w behaviorJason Pellerin2007-04-251-0/+9
* Removed __del__ from capture plugin: was causing odd side-effects when doctes...Jason Pellerin2007-04-252-4/+18
* Fixed failing unit test imported from trunkJason Pellerin2007-04-241-3/+2
* Copied files missing from trunk merge due to lost history from hosting moveJason Pellerin2007-04-244-0/+93
* Fixed tests failing after trunk mergeJason Pellerin2007-04-241-6/+7
* MERGE trunk r10:r196 into 0.10-dev branch: some tests now failJason Pellerin2007-04-2410-17/+253
* Modifed doctests plugin to use local subclasses of DocTestCase and DocFileCas...Jason Pellerin2007-04-231-2/+2
* Work on integrating doctest and testid plugins; doctest still needs some work...Jason Pellerin2007-04-212-6/+24
* Fixed bugs in address() method for test generators. Fixed multiple ids output...Jason Pellerin2007-04-201-3/+18
* Implemented loading from file.py:callable name. Removed debug log features fr...Jason Pellerin2007-04-201-1/+0
* Work on filling in gaps in plugin api, compat tests for 0.9-api plugins.Jason Pellerin2007-04-182-3/+5
* Moved logging config to Config.configureLogging, added option to configure lo...Jason Pellerin2007-04-171-2/+2
* Added ContextList helper class. Revised naming -- s/parent/context/ in contex...Jason Pellerin2007-04-162-24/+25
* Work on context suite/factory/loader to make them more compatible and able to...Jason Pellerin2007-04-151-3/+3
* Started work on fixture changes needed to support effecient loadTestsFromNamesJason Pellerin2007-04-151-1/+20
* Notes and work on fixing design of context fixtures, w/r/t loadTestsFromNamesJason Pellerin2007-04-141-1/+1
* Use selector for test case loading, too, unless configured otherwise. More at...Jason Pellerin2007-04-131-1/+0
* CamelCased Importer methods for consistencyJason Pellerin2007-04-132-3/+3
* Started attrib plugin functional test suite. Fixed bugs in attrib plugin.Jason Pellerin2007-04-131-1/+1