mirror of
https://github.com/LukeHagar/connexion.git
synced 2025-12-10 20:37:50 +00:00
7 lines
340 B
Python
7 lines
340 B
Python
# This is a test file, please do not delete.
|
|
# It is used by the test:
|
|
# - `test_operation.py:test_invalid_operation_does_stop_application_to_setup`
|
|
# - `test_api.py:test_invalid_operation_does_stop_application_to_setup`
|
|
# - `test_api.py:test_invalid_operation_does_not_stop_application_in_debug_mode`
|
|
from foo.bar import foobar # noqa
|