mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-06 03:50:06 +01:00
- unitests and demo work on Py3
- added some unittests for agw.aui - xrange correction in aui demo - added tags
This commit is contained in:
24
unittests/test_lib_agw_aui_tabart.py
Normal file
24
unittests/test_lib_agw_aui_tabart.py
Normal file
@@ -0,0 +1,24 @@
|
||||
import imp_unittest, unittest
|
||||
import wtc
|
||||
import wx
|
||||
import os
|
||||
|
||||
import wx.lib.agw.aui.tabart as ta
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
|
||||
class lib_agw_aui_tabart_Tests(wtc.WidgetTestCase):
|
||||
|
||||
def test_lib_agw_aui_tabartCtor(self):
|
||||
ta.AuiCommandCapture()
|
||||
ta.AuiDefaultTabArt()
|
||||
ta.AuiSimpleTabArt()
|
||||
ta.ChromeTabArt()
|
||||
ta.FF2TabArt()
|
||||
ta.VC71TabArt()
|
||||
ta.VC8TabArt()
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
|
||||
if __name__ == '__main__':
|
||||
unittest.main()
|
||||
Reference in New Issue
Block a user