Directory structure best practices - import resolve #8082
Answered by clarencedesmarais
clarencedesmarais asked this question in Q&A
-
| Hi, this is essentially a repost of a question i posted here : https://stackoverflow.com/questions/65039210/python-running-unit-and-integration-tests-with-standard-directory-structure Given How can i import If anybody could help out it would be great :) |
Beta Was this translation helpful? Give feedback.
Answered by clarencedesmarais Nov 27, 2020
Replies: 2 comments
-
| Follow up : you can ignore this question, ive found an answer. Posted it in my so post. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by nicoddemus
-
| the general suggestion is to use either editable installs or real installs to test against (tox can help with that) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Follow up : you can ignore this question, ive found an answer. Posted it in my so post.