1 2 3 4 5 6 7 8 9 10 11 12 13 14
32221aadca28 32221aadca28 32221aadca28 b06733513452 32221aadca28 32221aadca28 b06733513452 b06733513452 b06733513452 b06733513452 b06733513452 32221aadca28 b06733513452 b06733513452
import cProfile from tests.testEngine import TestTransitions from tests.testStatebag import TestStateBag # t=TestTransitions() # # cProfile.run(r""" # t.testReal() # """) t=TestStateBag() cProfile.run(r"""t.testReal()""")