1
0
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:
William Ting 2016-04-28 22:50:09 -07:00
parent ed7ec4dbdd
commit 377eadbad3

View File

@ -14,6 +14,8 @@ setenv =
deps =
mock
coverage
ipdb
ipython
pytest
commands =
coverage run --source=bin/ -m pytest -vv -rxs --tb native -s --durations 10 --strict {posargs:tests}