import cProfile from tests.testEngine import TestTransitions t=TestTransitions() cProfile.run(r""" t.testReal() """)