Sylvain Thénault <[email protected]> writes: >> =========================== smoketest.py =========================== >> F........... >> ====================================================================== >> FAIL: test0 (smoketest.RunTC) >> ---------------------------------------------------------------------- >> Traceback (most recent call last) >> File "/home/nikratio/tmp/pylint-0.21.2/test/smoketest.py", line 47, in >> test0 >> code=0) >> File "/home/nikratio/tmp/pylint-0.21.2/test/smoketest.py", line 36, in >> _runtest >> self.assertEquals(ex.code, code) >> File "/usr/lib/python2.6/unittest.py", line 350, in failUnlessEqual >> (msg or '%r != %r' % (first, second)) >> AssertionError: 16 != 0 > > this test is simply running pylint on its __pkginfo__ file and check the > output > status. It seems that a convention message was issued that wasn't expected. > > pylint -rn pylint.__pkginfo__
$ pylint -rn pylint.__pkginfo__ ************* Module pylint.__pkginfo__ I0011: 1: Locally disabling W0622 I0011: 1: Locally disabling C0103 C0301: 65: Line too long (87/80) $ python --version Python 2.6.5 Best, -Nikolaus -- »Time flies like an arrow, fruit flies like a Banana.« PGP fingerprint: 5B93 61F8 4EA2 E279 ABF6 02CF A9AD B7F8 AE4E 425C _______________________________________________ Python-Projects mailing list [email protected] http://lists.logilab.org/mailman/listinfo/python-projects
