예제 #1
0
 def tearDown(self):
     if os.name == "nt":
         rawapi.exit()
예제 #2
0
 def tearDown(self):
     if os.name != "nt":
         return
     rawapi.exit()
예제 #3
0
 def test_init(self):
     rawapi.init()
     rawapi.exit()
예제 #4
0
 def tearDown(self):
     if os.name != "nt":
         return
     rawapi.exit()
예제 #5
0
 def tearDown(self):
     if os.name == "nt":
         rawapi.exit()
예제 #6
0
 def test_init(self):
     rawapi.init()
     rawapi.exit()
예제 #7
0
 def test_init(self):
     version = rawapi.init()
     rawapi.exit()