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 e76ff56 commit 26b6ab4Copy full SHA for 26b6ab4
1 file changed
Lib/test/test_pdb.py
@@ -4022,7 +4022,9 @@ def test_checkline_is_not_executable(self):
4022
4023
@support.requires_subprocess()
4024
class PdbTestReadline(unittest.TestCase):
4025
- def setUpClass():
+
4026
+ @classmethod
4027
+ def setUpClass(cls):
4028
# Ensure that the readline module is loaded
4029
# If this fails, the test is skipped because SkipTest will be raised
4030
readline = import_module('readline')
0 commit comments