Skip to content

Commit 1f8c5f2

Browse files
committed
Fix CI: add pytest.ini with pythonpath
Without this, pytest can't import scraper.py in CI because the project root isn't on sys.path during test collection. https://claude.ai/code/session_01VQfqug9MDEyRFydkmES4n2
1 parent be73fa3 commit 1f8c5f2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pytest.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[pytest]
2+
pythonpath = .

0 commit comments

Comments
 (0)