Skip to content

Commit

Permalink
spec-first#292 fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hjacobs committed Sep 30, 2016
1 parent 1f25b0d commit ff5596a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ def test_run_unimplemented_operations_and_mock(mock_app_run):
spec_file = str(FIXTURES_FOLDER / 'missing_implementation/swagger.yaml')
with pytest.raises(ResolverError):
runner.invoke(main, ['run', spec_file], catch_exceptions=False)
# yet can be run with --stub option
# yet can be run with --mock option
result = runner.invoke(main, ['run', spec_file, '--mock=all'], catch_exceptions=False)
assert result.exit_code == 0

Expand Down

0 comments on commit ff5596a

Please sign in to comment.