Metallicow
|
9568103974
|
Trim trailing space unittests directory
|
2016-12-05 16:19:11 -06:00 |
|
Robin Dunn
|
bb01dc0d7f
|
Use absolute import of wtc in the unittest modules, instead of depending on them being run as __main__ and getting the folder on the sys.path by default.
|
2016-06-30 16:49:19 -07:00 |
|
Robin Dunn
|
4f38ee259d
|
Remove imp_unittest
|
2016-05-07 19:16:28 -07:00 |
|
Robin Dunn
|
3ab334932e
|
renamed wx.PyAssertionError
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@69923 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2011-12-03 01:00:44 +00:00 |
|
Robin Dunn
|
1b1abbc360
|
Test asserts and virtual method overrides
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@69780 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2011-11-17 03:51:56 +00:00 |
|
Robin Dunn
|
8f8c7a3d43
|
Add the ability to raise a wx.PyAssertionError when a wxASSERT (or other similar debug macros) fail. To do this support for the /RaisesPyException/ annotation is added, but it defaults to turned on for every function or non-ctor method.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@69723 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2011-11-10 02:43:05 +00:00 |
|