Skip to content

Commit

Permalink
Fix typo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
psrb committed Oct 30, 2019
1 parent 2281d1f commit 1cf723f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -124,7 +124,7 @@ a test name, and insert into it some code. The tests will run pylint
against these modules. If the idea is that no messages now occur, then
that is fine, just check to see if it works by running ``scripts/test.sh``.

You can pass any pytest commaned line argument to ``scripts/test.sh``.
You can pass any pytest command line argument to ``scripts/test.sh``.
For example if you want to debug the tests you can execute ``scripts/test.sh --capture=no``.

Ideally, add some pylint error suppression messages to the file to prevent
Expand Down

0 comments on commit 1cf723f

Please sign in to comment.