Skip to content

Commit 2fab3a0

Browse files
committed
Update doc for pytest
1 parent 91ccb36 commit 2fab3a0

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

doc/about.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ More details
105105

106106
.. _attempt at 1.7 test: https://travis-ci.org/tony/tmuxp/jobs/12348263
107107
.. _kaptan: https://github.com/emre/kaptan
108-
.. _unittest: http://docs.python.org/2/library/unittest.html
109108
.. _BSD-licensed: http://opensource.org/licenses/BSD-2-Clause
110109
.. _tmuxinator: https://github.com/aziz/tmuxinator
111110
.. _teamocil: https://github.com/remiprev/teamocil

doc/developing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Developing and Testing
1010
link to sliderepl or ipython notebook slides
1111

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

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

0 commit comments

Comments
 (0)