Exemplo n.º 1
0
 def test_object_api(self):
     test.execute('python', test.EXAMPLE_DIR + '/object_api.py --debug')
Exemplo n.º 2
0
 def test_osc_lib(self):
     test.execute('python', test.EXAMPLE_DIR + '/osc-lib.py --debug')
Exemplo 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')