1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-21 00:19:42 +02:00
Files
jc/runtests.sh

14 lines
429 B
Bash
Raw Normal View History

2019-10-29 07:55:26 -07:00
#!/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"
2021-03-24 21:29:30 -07:00
python3 -m unittest tests.localtest_upower -v