Nikolaus Rath <[email protected]> writes:
> Hello,
>
> I'm trying to install pylint 0.21.2, but some of the self tests fail:
> Installed astng version is 0.20.1, I tried to install 0.20.2 but some
> the tests failed as well (see other mail).

I assumed that fulltest.sh would work like the setuptools test command
(which tests the modules before installation).

I first installed pylint and ran the tests afterward now. This time
there is only one test that fails:

===========================  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

                              no stdout                               
                              no stderr


Any idea?                              

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

Reply via email to