Renamed greentest to tests to be more standard.
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
recursive-include greentest *.py *.crt *.key
|
||||
recursive-include tests *.py *.crt *.key
|
||||
recursive-include examples *.py
|
||||
include MANIFEST.in README.twisted NEWS
|
||||
|
3
makedoc
3
makedoc
@@ -1,3 +0,0 @@
|
||||
dir="$(dirname "$0")"
|
||||
epydoc -o "$dir/html" --graph classtree --docformat=restructuredtext "$dir/eventlet/" || exit $?
|
||||
open "$dir/html/index.html"
|
0
greentest/generate_report.py → tests/generate_report.py
Executable file → Normal file
0
greentest/generate_report.py → tests/generate_report.py
Executable file → Normal file
0
greentest/parse_results.py → tests/parse_results.py
Executable file → Normal file
0
greentest/parse_results.py → tests/parse_results.py
Executable file → Normal file
0
greentest/record_results.py → tests/record_results.py
Executable file → Normal file
0
greentest/record_results.py → tests/record_results.py
Executable file → Normal file
0
greentest/runall.py → tests/runall.py
Executable file → Normal file
0
greentest/runall.py → tests/runall.py
Executable file → Normal file
0
greentest/with_eventlet.py → tests/with_eventlet.py
Executable file → Normal file
0
greentest/with_eventlet.py → tests/with_eventlet.py
Executable file → Normal file
0
greentest/with_timeout.py → tests/with_timeout.py
Executable file → Normal file
0
greentest/with_timeout.py → tests/with_timeout.py
Executable file → Normal file
Reference in New Issue
Block a user