mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-06-17 00:07:37 +02:00
10 lines
125 B
Bash
Executable File
10 lines
125 B
Bash
Executable File
#!/bin/bash
|
|
|
|
python3 -m unittest -v
|
|
|
|
echo
|
|
echo "Running local-only tests:"
|
|
echo
|
|
|
|
python3 -m unittest tests.localtest_last -v
|