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]
|
[testenv:lint]
|
||||||
skipdist = True
|
skipdist = True
|
||||||
deps = flake8
|
deps = flake8
|
||||||
commands = flake8 {posargs:--max-line-length 80} xbotlib.py test.py
|
commands = flake8 {posargs:--max-line-length 80} xbotlib.py
|
||||||
|
|
||||||
[testenv:sort]
|
[testenv:sort]
|
||||||
skipdist = True
|
skipdist = True
|
||||||
deps = isort
|
deps = isort
|
||||||
commands = isort {posargs:-c} xbotlib.py test.py
|
commands = isort {posargs:-c} xbotlib.py
|
||||||
|
|
||||||
[testenv:format]
|
[testenv:format]
|
||||||
skipdist = True
|
skipdist = True
|
||||||
deps = black
|
deps = black
|
||||||
commands = black {posargs:--check} xbotlib.py test.py
|
commands = black {posargs:--check} xbotlib.py
|
||||||
|
|
||||||
[testenv:type]
|
[testenv:type]
|
||||||
skipdist = True
|
skipdist = True
|
||||||
deps = mypy
|
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