Merge pull request #6 from HideyoshiNakazone/implements-better-tests-logging

Better Testing Logs
This commit is contained in:
2023-04-04 20:22:00 -03:00
committed by GitHub

View File

@@ -28,4 +28,4 @@ jobs:
if [ -f Pipfile ]; then pipenv install; fi if [ -f Pipfile ]; then pipenv install; fi
- name: Test with unittest - name: Test with unittest
run: | run: |
pipenv run python -m unittest pipenv run python -m unittest -v