Xfail unimplemented access test instead of failing it

This commit is contained in:
Scott Talbert
2019-01-07 22:37:52 -05:00
parent ff93eb48b3
commit 4254f73f2d

View File

@@ -7,6 +7,7 @@ import wx
class access_Tests(wtc.WidgetTestCase):
# TODO: Remove this test and add real ones.
@unittest.expectedFailure
def test_access1(self):
self.fail("Unit tests for access not implemented yet.")