示例#1
0
 def test_getMayaQMainWindow_returns_QMainWindow(self):
     ptr = fx_texture_manager.getMayaMainWindowPtr()
     self.assertIs(
         type(fx_texture_manager.getMayaQMainWindow(ptr)),
         QtGui.QMainWindow
     )
示例#2
0
 def test_getMayaQMainWindow_returns_QMainWindow(self):
     ptr = fx_texture_manager.getMayaMainWindowPtr()
     self.assertIs(type(fx_texture_manager.getMayaQMainWindow(ptr)),
                   QtGui.QMainWindow)
示例#3
0
 def test_getMayaMainWindowPtr_returns_something(self):
     self.assertTrue(fx_texture_manager.getMayaMainWindowPtr())
示例#4
0
 def test_getMayaMainWindowPtr_returns_something(self):
     self.assertTrue(fx_texture_manager.getMayaMainWindowPtr())