5 lines
89 B
Bash
Executable file
5 lines
89 B
Bash
Executable file
# runtests.sh
|
|
# run all unit / doc tests
|
|
|
|
zope-testrunner --test-path=. -m !test_api $*
|
|
|