Esempio n. 1
0
 def run(self):
     from test.test_libsaas import main
     if not main().wasSuccessful():
         raise SystemExit(1)
Esempio n. 2
0
 def run(self):
     from test.test_libsaas import main
     main()
Esempio n. 3
0
 def run(self):
     from test.test_libsaas import main
     if not main().wasSuccessful():
         raise SystemExit(1)
Esempio n. 4
0
 def run(self):
     from test.test_libsaas import main
     main()