summaryrefslogtreecommitdiff
path: root/doc/development_guide/contributor_guide/tests/index.rst
blob: 1bd2eef21c83080c4a89ac83e90dbff3081baab1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.. _contributor_testing:
.. _test_your_code:

==============
Testing pylint
==============

Pylint is very well tested and has a high code coverage. New contributions are not accepted
unless they include tests.

.. toctree::
   :maxdepth: 3
   :titlesonly:

   install
   launching_test
   writing_test