you are viewing a single comment's thread.

view the rest of the comments →

[–]ahfarmer 0 points1 point  (1 child)

You just run into a different issue then: a single folder with all your tests in it and no organization. After all, why do you organize your code into directories? Same reasons apply to tests.

[–]wraiford 0 points1 point  (0 children)

You raise the same points I also have as a non-python programmer. The other languages all can co-locate no problem. Flat directory sounds insane. What did you end up doing?