~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Julian Edwards
  • Date: 2011-07-28 20:46:18 UTC
  • mfrom: (13553 devel)
  • mto: This revision was merged to the branch mainline in revision 13555.
  • Revision ID: julian.edwards@canonical.com-20110728204618-tivj2wx2oa9s32bx
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
504
504
        # Any unrecognized URL will raise a ValueError.
505
505
        self.assertRaises(
506
506
            ValueError, get_bazaar_host, 'https://api.lunchpad.net')
 
507
 
 
508
 
 
509
def test_suite():
 
510
    return unittest.TestLoader().loadTestsFromName(__name__)