Renamed greentest to tests to be more standard.

This commit is contained in:
Ryan Williams
2009-07-24 13:51:02 -07:00
parent b741076db4
commit 314e60a165
48 changed files with 1 additions and 4 deletions

View File

@@ -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

View File

@@ -1,3 +0,0 @@
dir="$(dirname "$0")"
epydoc -o "$dir/html" --graph classtree --docformat=restructuredtext "$dir/eventlet/" || exit $?
open "$dir/html/index.html"

View File

0
greentest/parse_results.py → tests/parse_results.py Executable file → Normal file
View File

View File

0
greentest/runall.py → tests/runall.py Executable file → Normal file
View File

0
greentest/with_eventlet.py → tests/with_eventlet.py Executable file → Normal file
View File

0
greentest/with_timeout.py → tests/with_timeout.py Executable file → Normal file
View File