summaryrefslogtreecommitdiff
path: root/unittest_suite.py
AgeCommit message (Expand)AuthorFilesLines
2008-07-29To apply: svn move coverage_suite.py to utils/coverage_suite.py and unittest_...mbligh1-70/+0
2008-07-28Run all unittests in their own process so as to provide isolation.mbligh1-13/+53
2008-07-14Fix the unittest to make it pass and avoid relying on a fragile parser:mbligh1-69/+15
2008-07-11Better parsing of the output of the unittest runs so we properlymbligh1-17/+45
2008-07-11Previous the unittest_suite used a TestLoader to create a large suite of test...mbligh1-16/+42
2008-07-10Change the formatting of the module load failure error message.jadmanski1-1/+1
2008-07-10This hand-made patch has some problems, so I'm backing out the patch andjadmanski1-10/+10
2008-07-10Numerous changes to unittest suite to improve its reliability.mbligh1-10/+10
2008-06-27Unittest_suit.py should use the common lib like everyone else does.mbligh1-5/+1
2008-06-12Make sure that error messages from god are already displayed.mbligh1-2/+2
2008-06-12Allow to run unittest per directory, e.g.:mbligh1-2/+6
2008-06-11I changed the unittest_suite to wrap the loadTestsFromName() method in a try/...mbligh1-5/+7
2008-06-06Convert all python code to use four-space indents instead of eight-space tabs.jadmanski1-12/+12
2008-05-21Diff for unittest_suite.py to make it work consistently for global imports.mbligh1-3/+5
2008-05-16Remove all places where we are hardcoding python2.4 on thembligh1-2/+2
2008-05-09Remove duplicated code in unittest_suite.pymbligh1-26/+0
2008-04-08unit testsmbligh1-0/+52