mirror of
https://github.com/wting/autojump
synced 2024-10-27 20:34:07 +00:00
Add dev debug tools.
This commit is contained in:
parent
ed7ec4dbdd
commit
377eadbad3
2
tox.ini
2
tox.ini
@ -14,6 +14,8 @@ setenv =
|
|||||||
deps =
|
deps =
|
||||||
mock
|
mock
|
||||||
coverage
|
coverage
|
||||||
|
ipdb
|
||||||
|
ipython
|
||||||
pytest
|
pytest
|
||||||
commands =
|
commands =
|
||||||
coverage run --source=bin/ -m pytest -vv -rxs --tb native -s --durations 10 --strict {posargs:tests}
|
coverage run --source=bin/ -m pytest -vv -rxs --tb native -s --durations 10 --strict {posargs:tests}
|
||||||
|
Loading…
Reference in New Issue
Block a user