project-root │ ├── api/ │ ├── events.py │ └── ticket_booking.py │ ├── config/ │ ├── config_manager.py │ └── qa.yaml │ ├── core/ │ ├── api_client.py │ ├── auth_manager.py ...
became third party. Reflect that in the test case. --- a/tests/functional/w/wrong_import_order.txt +++ b/tests/functional/w/wrong_import_order.txt @@ -3,14 +3,14 ...