~jconti/recent-notifications/trunk

1
2
3
4
5
6
7
#!/bin/bash

for FILE in tests/test_*.py
do
  echo "Test: ${FILE}"
  python ${FILE}
done