Skip to content

Commit

Permalink
Update doc for pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed May 22, 2016
1 parent 91ccb36 commit 2fab3a0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion doc/about.rst
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ More details

.. _attempt at 1.7 test: https://travis-ci.org/tony/tmuxp/jobs/12348263
.. _kaptan: https://github.com/emre/kaptan
.. _unittest: http://docs.python.org/2/library/unittest.html
.. _BSD-licensed: http://opensource.org/licenses/BSD-2-Clause
.. _tmuxinator: https://github.com/aziz/tmuxinator
.. _teamocil: https://github.com/remiprev/teamocil
Expand Down
2 changes: 1 addition & 1 deletion doc/developing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Developing and Testing
link to sliderepl or ipython notebook slides

Our tests are inside ``tests/``. Tests are implemented using
:py:mod:`unittest` and are being converted to `pytest`_.
`pytest`_.

``make test`` will create a tmux server on a separate ``socket_name``
using ``$ tmux -L test_case``.
Expand Down

0 comments on commit 2fab3a0

Please sign in to comment.