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