Skip to content

Commit 72018bb

Browse files
ometa/test/test_protocol: Skip tests using non-trial runners too.
1 parent 2a91000 commit 72018bb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ometa/test/test_protocol.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ class ParserProtocolTestCase(unittest.TestCase):
7272
skip = skip
7373

7474
def setUp(self):
75+
if skip is not None:
76+
raise unittest.SkipTest(skip)
7577
self.protocol = ParserProtocol(
7678
testGrammar, SenderFactory, ReceiverFactory, {})
7779

0 commit comments

Comments
 (0)