うみゅ commited on
Commit
d9dc4b1
·
unverified ·
1 Parent(s): 092aeef

Update flake8.yml

Browse files
Files changed (1) hide show
  1. .github/workflows/flake8.yml +1 -1
.github/workflows/flake8.yml CHANGED
@@ -37,4 +37,4 @@ jobs:
37
  flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
38
  - name: Test with pytest
39
  run: |
40
- pytest
 
37
  flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
38
  - name: Test with pytest
39
  run: |
40
+ python -m unittest -v test/test_create_grayscale_gradation.py