Currently monkeydo /path/to/prg device -t allows a specific test, eg TestModule.testName
It would be beneficial to test a complete testmodule, eg:
monkeydo /path/to/prg device -t TestModule
This would test all the tests in that module.
Right now it fails with Exception: ASSERTION FAILED: Could not find 'TestConfig'