Spaces:
Sleeping
Sleeping
うみゅ
commited on
Update flake8.yml
Browse files
.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 |
-
|
|
|
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
|