예제 #1
0
 def test_SDL_VideoQuit(self):
     video.SDL_VideoQuit()
     video.SDL_VideoQuit()
     video.SDL_VideoQuit()
     video.SDL_VideoInit(None)
예제 #2
0
 def teardown_class(cls):
     video.SDL_VideoQuit()
예제 #3
0
 def tearDownClass(cls):
     video.SDL_VideoQuit()