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