mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2025-12-15 17:20:07 +01:00
Merge pull request #1079 from swt2c/skip_unimplemented_tests
Skip unimplemented tests instead of failing them
(cherry picked from commit 66049df936)
This commit is contained in:
@@ -7,6 +7,7 @@ import wx
|
||||
class stockitem_Tests(wtc.WidgetTestCase):
|
||||
|
||||
# TODO: Remove this test and add real ones.
|
||||
@unittest.expectedFailure
|
||||
def test_stockitem1(self):
|
||||
self.fail("Unit tests for stockitem not implemented yet.")
|
||||
|
||||
|
||||
@@ -7,6 +7,7 @@ import wx
|
||||
class unichar_Tests(wtc.WidgetTestCase):
|
||||
|
||||
# TODO: Remove this test and add real ones.
|
||||
@unittest.expectedFailure
|
||||
def test_unichar1(self):
|
||||
self.fail("Unit tests for unichar not implemented yet.")
|
||||
|
||||
|
||||
@@ -7,6 +7,7 @@ import wx
|
||||
class valtext_Tests(wtc.WidgetTestCase):
|
||||
|
||||
# TODO: Remove this test and add real ones.
|
||||
@unittest.expectedFailure
|
||||
def test_valtext1(self):
|
||||
self.fail("Unit tests for valtext not implemented yet.")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user