Skip to content

Commit 2af8ad8

Browse files
committed
Define TrialTestCase
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
1 parent 6ead79c commit 2af8ad8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bpython/test/test_crashers.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
from twisted.internet.protocol import ProcessProtocol
1818
from twisted.trial.unittest import TestCase as TrialTestCase
1919
except ImportError:
20+
class TrialTestCase(object):
21+
pass
2022
reactor = None
2123

2224
try:

0 commit comments

Comments
 (0)