Testing in-repo-addons

According to someone on Stack Overflow, there’s a way to include tests for in-repo-addon within that addon’s directory by including a test-support directory. When I do this and run ember test, the addon’s tests are not discovered. Is there something additional required to make this happen?

Also, if there IS a way to include in-repo-addon tests within the addon dir, then why does ember generate create the tests in the app’s tests by default?

I am working on an RFC for this right now!

Hi Do we have any update on this ?