black check tests as well and show diff

This commit is contained in:
iuvbio 2021-08-22 18:23:14 +02:00
parent 06444bafb6
commit 4a59b22c75
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ jobs:
- name: Lint with black
run: |
# stop the build if there are Python syntax errors or undefined names
black --check pandas_ods_reader/
black --check --diff pandas_ods_reader/ tests/
- name: Test with pytest
run: |
python -m pytest tests/