/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/tests/TestUtil.py

Merge bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
74
74
 
75
75
 
76
76
class TestLoader(unittest.TestLoader):
77
 
    """Custom  TestLoader to address some quirks in the stock python one."""
 
77
    """Custom TestLoader to extend the stock python one."""
 
78
 
78
79
    suiteClass = TestSuite
79
80
 
80
81
    def loadTestsFromModuleNames(self, names):