#Is there an equivalent of PYTHONPATH? I would like to separate my test directory
7 messages · Page 1 of 1 (latest)
Have you added __init__.mojo files into the src dir?
Yup, and that gives the same error 😦
Congrats @wicked elbow, you just advanced to level 6!
@wicked elbow I also have the same question. For now I am just maintaining a tests script within my mojo package. Then in a Makefile at my project root dir, I use the include arg:
mojo run -I . geo_features/test/main.mojo
thanks! That's what I'm doing too