File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,23 @@ The main goal of this is to simplify how many conversions we have. If we read
5858from disk to the editor, we'd need an extra VTodo->Todo conversion code that
5959skips the cache.
6060
61+ Running and testing locally
62+ ---------------------------
63+
64+ The easiest way to run tests, it to install ``tox ``, and then simply run
65+ ``tox ``. By default, several python versions and environments are tested. If
66+ you want to run a specific one use ``tox -e ENV ``, where ``ENV `` should be one
67+ of the environments listed by ``tox -l ``.
68+
69+ See the `tox `_ documentation for further details.
70+
71+ To run your modified copy of ``todoman `` without installing it, it's
72+ recommended you set up a virtualenv, and run ``pip install -e . `` to install
73+ your checked-out copy into it (this'll make ``todo `` run your local copy while
74+ the virtualenv is active).
75+
76+ .. _tox : http://tox.readthedocs.io/en/latest/
77+
6178Patch review checklist
6279~~~~~~~~~~~~~~~~~~~~~~
6380
You can’t perform that action at this time.
0 commit comments