mirror of
https://github.com/LukeHagar/connexion.git
synced 2025-12-09 12:27:46 +00:00
#292 fix comment
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user