summaryrefslogtreecommitdiff
path: root/docs/tutorials/wiki/tests.rst
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2016-12-23 05:14:42 -0800
committerSteve Piercy <web@stevepiercy.com>2016-12-23 05:14:42 -0800
commitd5f734ccb61f3df81575cdbbe4fc9fbf523b8746 (patch)
tree16a9dfac007428ac44ad850e321a4efc479f10af /docs/tutorials/wiki/tests.rst
parent90b803a669241fe39d7201633ba9dd539f401f12 (diff)
downloadpyramid-d5f734ccb61f3df81575cdbbe4fc9fbf523b8746.tar.gz
pyramid-d5f734ccb61f3df81575cdbbe4fc9fbf523b8746.tar.bz2
pyramid-d5f734ccb61f3df81575cdbbe4fc9fbf523b8746.zip
wiki/src/tests updates, use correct lexers
Diffstat (limited to 'docs/tutorials/wiki/tests.rst')
-rw-r--r--docs/tutorials/wiki/tests.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/tutorials/wiki/tests.rst b/docs/tutorials/wiki/tests.rst
index 6f0a305e4..cd82c0118 100644
--- a/docs/tutorials/wiki/tests.rst
+++ b/docs/tutorials/wiki/tests.rst
@@ -58,13 +58,13 @@ configured, so we can jump right to running tests.
On UNIX:
-.. code-block:: text
+.. code-block:: bash
$ $VENV/bin/py.test -q
On Windows:
-.. code-block:: text
+.. code-block:: doscon
c:\tutorial> %VENV%\Scripts\py.test -q