Esempio n. 1
0
 def test_SDL_VideoQuit(self):
     video.SDL_VideoQuit()
     video.SDL_VideoQuit()
     video.SDL_VideoQuit()
     video.SDL_VideoInit(None)
Esempio n. 2
0
 def teardown_class(cls):
     video.SDL_VideoQuit()
Esempio n. 3
0
 def tearDownClass(cls):
     video.SDL_VideoQuit()