30
30
self.assertContainsRe(out, "help of 'change' option\n"\
31
31
"msgid \"Select changes introduced by the specified revision.")
33
38
def test_export_pot_plugin(self):
35
40
out, err = self.run_bzr("export-pot --plugin=launchpad")
36
41
self.assertContainsRe(err, 'Exporting messages from plugin command: launchpad-login in launchpad')
37
42
self.assertContainsRe(out, 'msgid "Show or set the Launchpad user ID."')