mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-05 03:20:08 +01:00
unittest updates and new test modules
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@69095 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
import unittest2
|
||||
import imp_unittest, unittest
|
||||
import wx
|
||||
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
|
||||
class ArrayString(unittest2.TestCase):
|
||||
class ArrayString(unittest.TestCase):
|
||||
|
||||
if hasattr(wx, 'testArrayStringTypemap'):
|
||||
def test_ArrayStringTypemaps(self):
|
||||
@@ -28,4 +28,4 @@ class ArrayString(unittest2.TestCase):
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
unittest2.main()
|
||||
unittest.main()
|
||||
|
||||
Reference in New Issue
Block a user