mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-06 12:00:13 +01:00
Lots more additions for propgrid:
* Update wxWidgets docs for propgrid/props.h and propgrid/advprops.h * Add etg scripts for propgrid/props.h and propgrid/advprops.h * Add wxUniChar * Add wxTextValidator * Add wxULongLong
This commit is contained in:
16
unittests/test_propgridadvprops.py
Normal file
16
unittests/test_propgridadvprops.py
Normal file
@@ -0,0 +1,16 @@
|
||||
import unittest
|
||||
from unittests import wtc
|
||||
import wx
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
|
||||
class propgridadvprops_Tests(wtc.WidgetTestCase):
|
||||
|
||||
# TODO: Remove this test and add real ones.
|
||||
def test_propgridadvprops1(self):
|
||||
self.fail("Unit tests for propgridadvprops not implemented yet.")
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
|
||||
if __name__ == '__main__':
|
||||
unittest.main()
|
||||
Reference in New Issue
Block a user