#292 fix comment

This commit is contained in:
Henning Jacobs
2016-09-30 11:48:23 +02:00
parent 1f25b0dc0c
commit ff5596aab1

View File

@@ -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