Thanks to visit codestin.com Credit goes to github.com
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 70f9b3d commit 4f2f780Copy full SHA for 4f2f780
1 file changed
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