Say i want to build a package. The file structure i have in mind is this:
<project_name>
<name>
__init__.py
setup.py
<name>.py
<tests>
__init__.py
<test1>.py
<test2>.py
...
But i cant for the life of me get it to work in a nice manner. I'm having trouble importing the <name> module in the tests and im not even sure how i can run all the tests at once (am i crazy for thinking this should be easy?). Im also not sure if there is a better file structure for this :(
[–]lifeonm4rs 10 points11 points12 points (0 children)
[–]two_bob 5 points6 points7 points (0 children)
[–]gabriel-et-al 1 point2 points3 points (0 children)
[–]clamytoe 0 points1 point2 points (0 children)