pylint 1.4.3 version fixes
[cascardo/ipsilon.git] / Makefile
index 49a17d1..c02b6ae 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -42,6 +42,7 @@ lint:
        pylint -d c,r,i,W0613 -r n -f colorized \
                   --notes= \
                   --ignored-classes=cherrypy,API \
+                  --disable=star-args \
                   ./ipsilon
 
 pep8:
@@ -77,6 +78,7 @@ lp-test:
        pylint -d c,r,i,W0613 -r n -f colorized \
                   --notes= \
                   --ignored-classes=cherrypy \
+                  --disable=star-args \
                   ./tests
        pep8 tests
 
@@ -92,11 +94,14 @@ tests: wrappers
        PYTHONPATH=./ ./tests/tests.py --test=testlogout
        PYTHONPATH=./ ./tests/tests.py --test=testnameid
        PYTHONPATH=./ ./tests/tests.py --test=testrest
+       PYTHONPATH=./ ./tests/tests.py --test=testmapping
+       PYTHONPATH=./ ./tests/tests.py --test=testgssapi
        PYTHONPATH=./ ./tests/tests.py --test=attrs
        PYTHONPATH=./ ./tests/tests.py --test=trans
        PYTHONPATH=./ ./tests/tests.py --test=pgdb
        PYTHONPATH=./ ./tests/tests.py --test=fconf
        PYTHONPATH=./ ./tests/tests.py --test=ldap
+       PYTHONPATH=./ ./tests/tests.py --test=openid
 
 test: lp-test unittests tests