1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-17 00:07:37 +02:00

verbose tests

make tests verbose to troubleshoot uptime compatibility messages in tests
This commit is contained in:
Kelly Brazil
2024-04-28 12:07:21 -07:00
committed by GitHub
parent d5398c7089
commit 9c3e4f349c

View File

@ -61,4 +61,4 @@ jobs:
pip install -r requirements.txt
- name: Test with unittest
run: |
python -m unittest discover tests
python -m unittest -v discover tests