Beispiel #1
0
 def _test_template(self, application):
     "Test that Application '{}' exists (generated test)."
     App('{}(random_argument)'.format(application), where=DUMMY_WHERE)
Beispiel #2
0
 def test_Goto(self):
     "Test that Application 'Goto' exists."
     App('Goto(random_argument)', where=DUMMY_WHERE)