I am wondering if it is possible to run a test suite like this way:
suite1 = suite_loader.loadTestsFromTestCase(test_gtm_{}.{}TagManager)
suite2 = suite_loader.loadTestsFromTestCase(test_links_{}.{}Links)
So the specific test would run based on the user input.
Is it possible?