We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7e105f commit 39f8f7dCopy full SHA for 39f8f7d
Lib/test/test_pdb.py
@@ -4749,7 +4749,9 @@ def test_return_from_inline_mode_to_REPL(self):
4749
@support.force_not_colorized_test_class
4750
@support.requires_subprocess()
4751
class PdbTestReadline(unittest.TestCase):
4752
- def setUpClass():
+
4753
+ @classmethod
4754
+ def setUpClass(cls):
4755
# Ensure that the readline module is loaded
4756
# If this fails, the test is skipped because SkipTest will be raised
4757
readline = import_module('readline')
0 commit comments