diff --git a/doc/source/testing.rst b/doc/source/testing.rst index 7ea405a..690d0dd 100644 --- a/doc/source/testing.rst +++ b/doc/source/testing.rst @@ -24,7 +24,7 @@ .. code-block:: bash # Executes tests on Python 2.7 - tox -e py27 + $ tox -e py27 .. note:: @@ -53,7 +53,7 @@ .. code-block:: bash # Generate a sample configuration file - tox -e genconfig + $ tox -e genconfig ``castellan/etc/castellan/castellan-functional.conf.sample`` is generated. It must be renamed to ``castellan-functional.conf`` and placed in @@ -77,7 +77,7 @@ .. code-block:: bash # Execute Barbican Functional Tests - tox -e functional + $ tox -e functional By default, the functional tox job will use ``testr`` to execute the @@ -93,7 +93,7 @@ .. code-block:: bash # hit the pdb breakpoint - tox -e debug + $ tox -e debug Once in the Python Debugger, you can use the commands as stated in the `Debugger Commands` section here: https://docs.python.org/2/library/pdb.html @@ -108,6 +108,6 @@ .. code-block:: bash # Checks python code style - tox -e pep8 + $ tox -e pep8 Any comments on bad coding style will output to the terminal.