1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-21 00:19:42 +02:00
Files
jc/runtests.sh
2021-03-25 11:17:01 -07:00

14 lines
429 B
Bash
Executable File

#!/bin/bash
python3 -m unittest -v
echo
echo "##################### Running local-only tests: #####################"
echo
python3 -m unittest tests.localtest_date -v
echo -e "\n======================================================================\n"
python3 -m unittest tests.localtest_last -v
echo -e "\n======================================================================\n"
python3 -m unittest tests.localtest_upower -v