Esempio n. 1
0
 def test_object_api(self):
     test.execute('python', test.EXAMPLE_DIR + '/object_api.py --debug')
Esempio n. 2
0
 def test_osc_lib(self):
     test.execute('python', test.EXAMPLE_DIR + '/osc-lib.py --debug')
Esempio n. 3
0
 def test_common(self):
     # NOTE(stevemar): If an examples has a non-zero return
     # code, then execute will raise an error by default.
     test.execute('python', test.EXAMPLE_DIR + '/common.py --debug')