Files
beast/python/run-tests.sh
T

6 lines
95 B
Bash
Raw Normal View History

2014-04-09 15:33:34 -04:00
#!/bin/bash
# Run all the beast Python unit tests.
python -m unittest discover -p \*_test.py