Comment 3 for bug 547036

Revision history for this message
William Grant (wgrant) wrote :

Jelmer, that was the main issue before Translations came along with their new-fangled test thingies. Now there are a few lp.* imports:

tests/test_generate_translation_templates.py:from lp.testing.fakemethod import FakeMethod
tests/test_generate_translation_templates.py:from lp.code.model.directbranchcommit import DirectBranchCommit
tests/test_generate_translation_templates.py:from lp.testing import TestCaseWithFactory
tests/test_generate_translation_templates.py: :return: a fresh lp.code.model.Branch backed by a real bzr branch.
tests/harness.py:from lp.services.osutils import remove_tree
tests/test_translationtemplatesbuildmanager.py:from lp.testing import TestCase
tests/test_translationtemplatesbuildmanager.py:from lp.testing.fakemethod import FakeMethod