X-Git-Url: http://git.cascardo.info/?p=cascardo%2Fipsilon.git;a=blobdiff_plain;f=Makefile;h=d15ca4d60e6645f1a547f9404f6b733baf691c76;hp=df6eb0f986219dd16ed4ef04262d445183c80815;hb=cff71af03913b5b0987171205ef0c460b2f6fff8;hpb=b34a4553cf8c60453fbef245d7d844a30339c734 diff --git a/Makefile b/Makefile index df6eb0f..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,6 +90,7 @@ 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 @@ -99,6 +102,7 @@ tests: wrappers 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