~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/devscripts/tests/test_sourcecode.py

Fix lint.

Show diffs side-by-side

added added

removed removed

Lines of Context:
206
206
        some_file.write('hello\n')
207
207
        some_file.close()
208
208
        self.assertEqual([], list(find_branches(directory)))
 
209
 
 
210
 
 
211
def test_suite():
 
212
    return unittest.TestLoader().loadTestsFromName(__name__)