~longsleep/snapcraft/snapcraft-debs-plugin

« back to all changes in this revision

Viewing changes to snapcraft/tests/test_cmds.py

  • Committer: Snappy Tarmac
  • Author(s): Daniel Holbach, Leo Arias
  • Date: 2015-10-05 19:54:20 UTC
  • mfrom: (231.1.9 fix-pep8-and-doc-indentation)
  • Revision ID: snappy_tarmac-20151005195420-w1ql5nndj5413sb5
Fix markdown indentation, make pep8 and pyflakes3 happy. by elopio approved by elopio

Show diffs side-by-side

added added

removed removed

Lines of Context:
73
73
 
74
74
        self.assertFalse(cmds._check_for_collisions([part1, part2, part3]))
75
75
        self.assertEqual(
76
 
            'Error: parts part2 and part3 have the following file paths in common which have different contents:\n'
 
76
            'Error: parts part2 and part3 have the following file paths in '
 
77
            'common which have different contents:\n'
77
78
            '  1\n'
78
79
            '  a/2\n',
79
80
            fake_logger.output)