Separation of concerns — Locality is more important. Code that changes together should live together.
wrote:Which do you think is ?
test_X function for the file. It worked ok, but it became too messy so I decided separate files with the same filename + .spec is good as well. I definitely not want to hunt the test files in different directories/projects.