mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-06-21 00:19:42 +02:00
14 lines
429 B
Bash
Executable File
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
|