X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=Makefile;h=d15ca4d60e6645f1a547f9404f6b733baf691c76;hb=61de77fc7eae1f844944bd692d13bf27a1fda6fe;hp=dce214aabc584d10b0b8ae1fae900c1d0956632f;hpb=1055b7bc810139d1e6ee3c225bcfba7b88e7aeab;p=cascardo%2Fipsilon.git diff --git a/Makefile b/Makefile index dce214a..d15ca4d 100644 --- 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 @@ -88,16 +90,20 @@ wrappers: #SOCKET_WRAPPER_DEFAULT_IFACE=9 tests: wrappers + rm -rf testdir PYTHONPATH=./ ./tests/tests.py --test=test1 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=ldapdown + PYTHONPATH=./ ./tests/tests.py --test=openid test: lp-test unittests tests