~click-hackers/click/trunk

452.1.3 by Michael Vogt
run integration tests with ADT
1
#!/bin/sh
2
3
python -m unittest discover tests.integration
452.1.4 by Michael Vogt
disable py3 for now
4
#python3 -m unittest discover tests.integration