~jelmer/brz/tarmac

« back to all changes in this revision

Viewing changes to tarmac/plugins/tests/test_command.py

  • Committer: Jelmer Vernooij
  • Date: 2022-10-19 11:34:38 UTC
  • Revision ID: jelmer@jelmer.uk-20221019113438-apfc4hzybyego1b8
Fix style.

Show diffs side-by-side

added added

removed removed

Lines of Context:
81
81
        """
82
82
        self.config.debug = False
83
83
        target = Thing(config=Thing(
84
 
                verify_command="python -c 'import sys;"
85
 
                           " sys.stdout.write(\"f\xe5\xefl\");"
86
 
                           " sys.exit(1)'"),
 
84
            verify_command=(
 
85
                "python -c 'import sys;"
 
86
                " sys.stdout.write(\"f\xe5\xefl\");"
 
87
                " sys.exit(1)'")),
87
88
            tree=Thing(abspath=os.path.abspath))
88
89
        e = self.assertRaises(command.VerifyCommandFailed,
89
90
                              self.plugin.run,