log
graph
tags
branches
changeset
browse
file
latest
diff
annotate
file log
raw
help
logilab/doctools
view test/runtests.py @ 0:cc367abb080e
find changesets by author, revision, files, or words in the commit message
forget the past. forget the past.
author
root
date
Wed, 26 Apr 2006 10:48:09 +0000
parents
children
line source
1
from logilab.common.testlib import main
2
3
if __name__ == '__main__':
4
import sys, os
5
main(os.path.dirname(sys.argv[0]) or '.')