I would be happy if you guys share your opinion ab...
# announcements
p
I would be happy if you guys share your opinion about having all tests in a single separate module. So, e.g. I have a project with a hexagonal architecture like that:
Copy code
adapter/
application/
domain/
and instead of having adapter/test etc. I would have a separate test module sitting beside them. In that module, I would separate the Integration from Unit tests with different packages. I thought a little bit about it and I like it more and more, but it would be great to hear other experience!