Hello,
When ever I want to create a test for an activity, I press Control-Shift-T but the Test class gets created in the same location as my source code for development. I want the Test code to be located in a src directory of a different Module called Testing. How do I get Intellij to create the test class in a different module?