repo.or.cz
/
Samba.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
debug: Optimise construction of msg_no_nl
[Samba.git]
/
third_party
/
pep8
/
Makefile
blob
29b243d4c5e4fdf824cd5f77ffa2d0a82b633ab1
1
test
:
2
python pep8.py
--
testsuite testsuite
3
4
selftest
:
5
python pep8.py
--
statistics pep8.py
6
7
doctest
:
8
python pep8.py
--
doctest
9
10
unittest
:
11
python
-
m testsuite.test_all
12
13
alltest
:
test
selftest doctest unittest