X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=Makefile;h=ddfdf14341ad5b90498bbafe8f81e4d06a4fdbc5;hb=a6e15cb542e58fb02e29011b9517d7c5e2e7c5cc;hp=49a17d175543bcff007e62c48c858e26ded38cc4;hpb=7c69a27be37b979b8734ad105239bfe10cfeaceb;p=cascardo%2Fipsilon.git diff --git a/Makefile b/Makefile index 49a17d1..ddfdf14 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,15 +90,21 @@ 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 + PYTHONPATH=./ ./tests/tests.py --test=dbupgrades test: lp-test unittests tests