You should be able to specify a single test suite or case to run, not just all your tests. ``` ether test AppTests ether test AppTests.RequestTests ether test AppTests.RequestTests.testCreateUser ```