mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-06 12:00:13 +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,9 +1,9 @@
|
||||
import unittest2
|
||||
import imp_unittest, unittest
|
||||
import wx
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
|
||||
class MouseState(unittest2.TestCase):
|
||||
class MouseState(unittest.TestCase):
|
||||
|
||||
def test_MouseState(self):
|
||||
ms = wx.MouseState()
|
||||
@@ -28,4 +28,4 @@ class MouseState(unittest2.TestCase):
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
unittest2.main()
|
||||
unittest.main()
|
||||
|
||||
Reference in New Issue
Block a user