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.
2 parents 3941298 + 73346e0 commit dd4d543Copy full SHA for dd4d543
tests/analyzer_topcoder.py
@@ -37,8 +37,6 @@ def test_11026(self):
37
definition = analyzer.parse_topcoder_class_definition(html, url=url)
38
self.assertEqual(definition, expected)
39
40
- # TODO: This problem may be deleted (found at 2020/09/19). Wait for a while (a month?) and delete this test if the problem actually deleted.
41
- @unittest.expectedFailure
42
def test_10727(self):
43
# `long` is used.
44
url = 'https://community.topcoder.com/stat?c=problem_statement&pm=10727'
0 commit comments