示例#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()