Skip to content

Commit

Permalink
Fix empty unit-test error code with Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Dobiasd committed Apr 1, 2024
1 parent 1b1be26 commit d52a1a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/run_code_checks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ set -e

find undictify -iname "*.py" | grep -v -e "__init__.py" | xargs -L 1 pylint
find undictify -iname "*.py" | grep -v -e "__init__.py" | xargs -L 1 mypy --strict
find undictify -iname "*.py" | grep -v -e "__init__.py" | xargs -L 1 python3 -m unittest
python3 -m unittest undictify/tests.py

0 comments on commit d52a1a1

Please sign in to comment.