1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-17 00:07:37 +02:00
Files
jc/runtests.sh

11 lines
198 B
Bash
Raw Normal View History

2019-10-29 07:55:26 -07:00
#!/bin/bash
TZ="America/Los_Angeles" python3 -m unittest -v
echo
echo "Running local-only tests:"
echo
# python3 -m unittest tests.localtest_date -v
# python3 -m unittest tests.localtest_last -v