mirror of https://github.com/searx/searx
new: test: ignored warning and errors
This commit is contained in:
parent
d422f60529
commit
5d015b58f7
2
Makefile
2
Makefile
|
@ -237,7 +237,7 @@ test.sh:
|
||||||
test.pep8: pyenvinstall
|
test.pep8: pyenvinstall
|
||||||
@echo "TEST pycodestyle (formerly pep8)"
|
@echo "TEST pycodestyle (formerly pep8)"
|
||||||
$(Q)$(PY_ENV_ACT); pycodestyle --exclude='searx/static, searx/languages.py, searx/engines/gigablast.py' \
|
$(Q)$(PY_ENV_ACT); pycodestyle --exclude='searx/static, searx/languages.py, searx/engines/gigablast.py' \
|
||||||
--max-line-length=120 --ignore "E402,W503" searx tests
|
--max-line-length=120 --ignore "E117,E252,E402,E722,E741,W503,W504,W605" searx tests
|
||||||
|
|
||||||
test.unit: pyenvinstall
|
test.unit: pyenvinstall
|
||||||
@echo "TEST tests/unit"
|
@echo "TEST tests/unit"
|
||||||
|
|
Loading…
Reference in New Issue