Merge pull request #1131 from swt2c/fix_access_test

Xfail unimplemented access test instead of failing it
(cherry picked from commit 92fc4afa9d)
This commit is contained in:
Robin Dunn
2019-01-15 15:16:06 -08:00
parent 58e9c1da8c
commit beac13c0bb

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.")