-
Notifications
You must be signed in to change notification settings - Fork 300
Open
Description
Issue Overview
When running pytest from anywhere in the project, "ModuleNotFound" errors are thrown for each of the local packages.
Describe your environment
I'm using codespaces
Steps to Reproduce
- Start codespaces in this repository
- Install pytest in the running container
- Run pytest from anywhere in the project
- Note the errors for each package we're trying to import in each of the
test_files in thetestdirectory:
ERROR tests/test_age_slowest_race.py
ERROR tests/test_arg_checker.py
ERROR tests/test_calculator.py
ERROR tests/test_html2markdown.py
ERROR tests/test_linkedin_checker.py
ERROR tests/test_medals.py
ERROR tests/test_pairwise_offset.py
Expected Behavior
The modules are imported and pytest runs
Current Behavior
The modules are not loaded and the tests never get to run.
Related Issues
N/A
yanoom, medhost-jshaver and tim-hub
Metadata
Metadata
Assignees
Labels
No labels