Closed
Description
While keeping unit tests in the same package as code is useful (so that we can test package scope code), this is less important for integration tests. Moving integration tests to a separate package would provide some benefits, such as allowing us to catch issues related to member variable access.
Metadata
Assignees
Labels
No labels