79612170

Date: 2025-05-08 10:30:00
Score: 0.5
Natty:
Report link

You should set PYTHONPATH to your project root directory to allow python find src module.

I.e. you can execute following command export PYTHONPATH=/home/me/my_project_dir to set PYTHONPATH in current shell.

Or just run pytest with PYTHONPATH=pwd && pytest

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Mullo