-
Notifications
You must be signed in to change notification settings - Fork 150
main 5a7f638 is broken #1118
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
When running pytest on the main branch, tests fail with the following error:
import functions as F
E ModuleNotFoundError: No module named 'functions'
This indicates that the functions module cannot be found, possibly due to a missing file, misconfigured import path, or incorrect module packaging.
To Reproduce
Steps to reproduce the behavior:
- Checkout the
mainbranch. - Run
pytest. - Observe the failure during import.
Expected behavior
Tests should run successfully without encountering a ModuleNotFoundError. The functions module should be properly found and imported.
Additional context
- This issue started occurring after the latest merges into
main. - It may be related to changes in project structure or missing updates to the test environment configuration.
- No issues were observed on feature branches prior to merging.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Type
Fields
Give feedbackNo fields configured for issues without a type.