fix: add pythonpath = . to pytest.ini to resolve ModuleNotFoundError for app module

Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
Agent-Logs-Url: https://github.com/christianlouis/pop_puller_to_gmail/sessions/a88d0d53-5145-4ae3-b86b-5374c55e4a2b
This commit is contained in:
copilot-swe-agent[bot]
2026-03-23 10:27:33 +00:00
parent 8bf1019e0b
commit 5c84441195
+1
View File
@@ -1,6 +1,7 @@
[pytest] [pytest]
asyncio_mode = auto asyncio_mode = auto
testpaths = tests testpaths = tests
pythonpath = .
python_files = test_*.py python_files = test_*.py
python_classes = Test* python_classes = Test*
python_functions = test_* python_functions = test_*