-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Open
Labels
se curriculumIssue for lessons in the Software Engineering programIssue for lessons in the Software Engineering program
Description
Canvas Link
https://learning.flatironschool.com/courses/7237/assignments/271982?module_item_id=654892
Concern
The test requires you to:
../app.py exists in lib directory .
../app.py is executable .
../app.py prints "Hello World! Pass this test, please." .
In order to actually pass this test, you must make a directory called "lib" within the already existing "lib" folder, then create your "app.py" file in there. Seems redundant, not sure if this was intended.
Additional Context
No response
Suggested Changes
Remove the requirement for the app.py file and the related function to be in lib/lib/app.py. Just make it require it to be in lib/app.py
Metadata
Metadata
Assignees
Labels
se curriculumIssue for lessons in the Software Engineering programIssue for lessons in the Software Engineering program