/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 tests/__init__.py

Handle empty metadata.

Show diffs side-by-side

added added

removed removed

Lines of Context:
182
182
 
183
183
 
184
184
def test_suite():
185
 
    loader = tests.TestUtil.TestLoader()
 
185
    loader = tests.TestLoader()
186
186
 
187
 
    suite = tests.TestUtil.TestSuite()
 
187
    suite = tests.TestSuite()
188
188
 
189
189
    testmod_names = [
190
190
        'test_blackbox',