Remove non-existant test file
This commit is contained in:
parent
9dfffb3f56
commit
6167849884
@ -57,20 +57,20 @@ commands = pytest test.py --cov={toxinidir}/xbotlib.py --no-cov-on-fail {posargs
|
||||
[testenv:lint]
|
||||
skipdist = True
|
||||
deps = flake8
|
||||
commands = flake8 {posargs:--max-line-length 80} xbotlib.py test.py
|
||||
commands = flake8 {posargs:--max-line-length 80} xbotlib.py
|
||||
|
||||
[testenv:sort]
|
||||
skipdist = True
|
||||
deps = isort
|
||||
commands = isort {posargs:-c} xbotlib.py test.py
|
||||
commands = isort {posargs:-c} xbotlib.py
|
||||
|
||||
[testenv:format]
|
||||
skipdist = True
|
||||
deps = black
|
||||
commands = black {posargs:--check} xbotlib.py test.py
|
||||
commands = black {posargs:--check} xbotlib.py
|
||||
|
||||
[testenv:type]
|
||||
skipdist = True
|
||||
deps = mypy
|
||||
commands = mypy {posargs:--ignore-missing-imports} xbotlib.py test.py
|
||||
commands = mypy {posargs:--ignore-missing-imports} xbotlib.py
|
||||
"""
|
||||
|
Reference in New Issue
Block a user