~milo/lava-tool/lava-169

« back to all changes in this revision

Viewing changes to lava/tests/test_commands.py

  • Committer: Milo Casagrande
  • Date: 2013-07-26 08:10:16 UTC
  • Revision ID: milo@ubuntu.com-20130726081016-ylm9t8xr1gvncypk
PEP8 and pylint fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
        _, args, _ = self.parser.method_calls[1]
65
65
        self.assertIn("DIR", args)
66
66
 
67
 
 
68
67
    @patch("lava.commands.edit_file", create=True)
69
68
    def test_command_invoke_0(self, mocked_edit_file):
70
69
        # Invoke the init command passing a path to a file. Should raise an