From 9c3e4f349ce8047765bd5a9cefb89fe0fc8bf3d9 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Sun, 28 Apr 2024 12:07:21 -0700 Subject: [PATCH] verbose tests make tests verbose to troubleshoot uptime compatibility messages in tests --- .github/workflows/pythonapp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pythonapp.yml b/.github/workflows/pythonapp.yml index 1f3ea468..40400c5f 100644 --- a/.github/workflows/pythonapp.yml +++ b/.github/workflows/pythonapp.yml @@ -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