mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-06-23 00:29:59 +02:00
11 lines
213 B
Bash
Executable File
11 lines
213 B
Bash
Executable File
#!/bin/bash
|
|
|
|
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
|