We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd17ca6 commit d29eadeCopy full SHA for d29eade
CONTRIBUTING.rst
@@ -76,7 +76,7 @@ The current tests are written in 2 styles:
76
Running unittest
77
~~~~~~~~~~~~~~~~
78
79
-The tests are written using stdlib `unittest` module, the existing tests
+The tests are written using stdlib ``unittest`` module, the existing tests
80
include unit, integration and functional tests.
81
82
To run the tests::
@@ -86,8 +86,8 @@ To run the tests::
86
Running functional
87
~~~~~~~~~~~~~~~~~~
88
89
-When installed in dev mode, pycodestyle will have the `--testsuite`
90
-option which can be used to run the tests::
+When installed in dev mode, pycodestyle will have the ``--testsuite`` option
+which can be used to run the tests::
91
92
$ pip install -e .
93
$ # Run all tests.
0 commit comments