summaryrefslogtreecommitdiff
path: root/pylint/test/functional/deprecated_methods_py3.txt
blob: ad588341d26153aa3837d59ae8a8975082c5bccb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
deprecated-method:15:MyTest.test:Using deprecated method assert_()
deprecated-method:17::Using deprecated method getchildren()
deprecated-method:18::Using deprecated method getiterator()
deprecated-method:19::Using deprecated method doctype()
deprecated-method:20::Using deprecated method xpath()
deprecated-method:23::Using deprecated method getargspec()
deprecated-method:24::Using deprecated method warn()
deprecated-method:25::Using deprecated method popen()
deprecated-method:26::Using deprecated method encodestring()
deprecated-method:27::Using deprecated method decodestring()
deprecated-method:28::Using deprecated method escape()
deprecated-method:43:Tests.test_foo:Using deprecated method assertEquals()
deprecated-method:44:Tests.test_foo:Using deprecated method assertNotEquals()
deprecated-method:45:Tests.test_foo:Using deprecated method assertAlmostEquals()
deprecated-method:46:Tests.test_foo:Using deprecated method assertNotAlmostEquals()
deprecated-method:47:Tests.test_foo:Using deprecated method assert_()