You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After renaming folders in my project, I encountered an issue with pytest-bdd. It seems to struggle in locating the correct path, persistently searching for scenarios in the last path, which no longer exists.
Investigation:
Initially, I suspected caching problems. However, even after clearing the pytest cache, the error persisted. To further investigate, I played around with different folder names, and eventually, pytest successfully identified the existing folder.
Observation:
This behavior suggests that there might be an underlying issue in pytest-bdd related to handling folder name changes, extending beyond a simple caching problem.
Steps to Reproduce:
Rename folders in the project.
Run pytest to search for feature files.
Observe the search behavior.
Expected Behavior:
pytest-bdd should accurately identify the path even after folder name changes.
Additional Information:
If needed, I can provide more details or steps to reproduce the problem.
Appreciate your attention to this matter!
The text was updated successfully, but these errors were encountered:
After renaming folders in my project, I encountered an issue with pytest-bdd. It seems to struggle in locating the correct path, persistently searching for scenarios in the last path, which no longer exists.
Investigation:
Initially, I suspected caching problems. However, even after clearing the pytest cache, the error persisted. To further investigate, I played around with different folder names, and eventually, pytest successfully identified the existing folder.
Observation:
This behavior suggests that there might be an underlying issue in pytest-bdd related to handling folder name changes, extending beyond a simple caching problem.
Steps to Reproduce:
Rename folders in the project.
Run pytest to search for feature files.
Observe the search behavior.
Expected Behavior:
pytest-bdd should accurately identify the path even after folder name changes.
Additional Information:
If needed, I can provide more details or steps to reproduce the problem.
Appreciate your attention to this matter!
The text was updated successfully, but these errors were encountered: