to
Sylvain Thénault <sylvain.thenault at logilab dot fr>
subject
Re: [Python-projects] invoking pylint on __init__.py
date
2005/11/08 11:02
Hello Sylvain,
I created the following files:
test/regrtest_data/
test/regrtest_data/package/
test/regrtest_data/package/__init__.py:
"""DocString"""
__revision__ = 1.2
test/regrtest_data/package/other.py:
"""DocString"""
Then, the test named 'test_check_package__init__'
fails in the second part, because checked is equal
to ['other', '__init__']
I'm sure this is the problem that started this thread...
--
Amaury Forgeot d'Arc
Ubix Development
www.ubitrade.com
