flask/run-tests.py
2011-08-26 18:20:33 +01:00

3 lines
62 B
Python

#!/usr/bin/env python
from flask.testsuite import main
main()