2019-10-29 07:55:26 -07:00
|
|
|
#!/bin/bash
|
|
|
|
|
2021-03-22 22:01:07 -07:00
|
|
|
python3 -m unittest -v
|
2021-01-06 14:22:26 -08:00
|
|
|
|
|
|
|
echo
|
2021-03-22 22:01:07 -07:00
|
|
|
echo "##################### Running local-only tests: #####################"
|
2021-01-06 14:22:26 -08:00
|
|
|
echo
|
|
|
|
|
2021-03-22 22:01:07 -07:00
|
|
|
python3 -m unittest tests.localtest_date -v
|
2021-03-25 11:17:01 -07:00
|
|
|
echo -e "\n======================================================================\n"
|
2021-03-22 22:01:07 -07:00
|
|
|
python3 -m unittest tests.localtest_last -v
|
2021-03-25 11:17:01 -07:00
|
|
|
echo -e "\n======================================================================\n"
|
2021-03-24 21:29:30 -07:00
|
|
|
python3 -m unittest tests.localtest_upower -v
|