1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00
samba-mirror/third_party/pep8/Makefile
Jelmer Vernooij a001b03854 pep8: Move to third_party/.
Also, update to latest upstream version.

Signed-Off-By: Jelmer Vernooij <jelmer@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
2015-04-27 21:18:10 +02:00

14 lines
215 B
Makefile

test :
python pep8.py --testsuite testsuite
selftest :
python pep8.py --statistics pep8.py
doctest :
python pep8.py --doctest
unittest :
python -m testsuite.test_all
alltest : test selftest doctest unittest