Skip to content

Commit

Permalink
fix: [tests] show the names of tests when running
Browse files Browse the repository at this point in the history
  • Loading branch information
cvandeplas committed Apr 30, 2024
1 parent 41cbe82 commit e7e0fbd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ jobs:
find . -iname '*.tar.gz' -execdir tar xzf {} \; 2> /dev/null
- name: Test with python unittest
run: |
python -m unittest
python -m unittest -v
2 changes: 0 additions & 2 deletions misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
import sys
import json
import plistlib
import biplist
from biplist import Uid, Data
from datetime import datetime
import binascii

Expand Down

0 comments on commit e7e0fbd

Please sign in to comment.