~lmirror/lmirror/master

« back to all changes in this revision

Viewing changes to l_mirror/tests/test_setup.py

  • Committer: Robert Collins
  • Date: 2014-09-13 23:13:07 UTC
  • Revision ID: git-v1:60f7ff02d6a2554792b4602c404c4eac7aef8259
Fixup test_setup for pbr usage.

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
        output, _ = proc.communicate()
41
41
        self.assertEqual(0, proc.returncode)
42
42
        self.assertThat(output, DocTestMatches("""...
43
 
...bin/lmirror ...
 
43
...Installing lmirror ...
44
44
""", doctest.ELLIPSIS))