summaryrefslogtreecommitdiff
path: root/doc/test_messages_documentation.py
Commit message (Collapse)AuthorAgeFilesLines
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-291-2/+2
|
* Allow testing of a directory of documentation examplesDaniel van Noord2023-02-201-19/+41
|
* [typing] Use __future__ annotations where possible (#8264)Pierre Sassoulas2023-02-121-7/+9
|
* [[CI] Run jobs ran only once on python 3.10 as it's faster (#7157)Daniël van Noord2022-07-111-2/+4
| | | | | | | Also pre-commit.ci run on 3.10 now. Follow-up to https://github.com/PyCQA/pylint/pull/7155#issuecomment-1180143017 Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
* [test documentation] Activate all Fatal level messagesPierre Sassoulas2022-07-071-1/+1
|
* [test documentation] Bypass the case where everything went finePierre Sassoulas2022-07-071-0/+2
| | | | We're doing that a lot, it adds up
* [test documentation] Better error message when good.py tests failPierre Sassoulas2022-07-071-2/+15
| | | | Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com>
* [documentation test] Default is no configuration definedPierre Sassoulas2022-07-071-5/+3
| | | | Previousely it was our own configuration which is (more) fragile.
* Use the default config in the messages documentation testsDaniël van Noord2022-07-071-1/+1
|
* Add `empty-comment` example (#6912)Harutaka Kawamura2022-06-111-0/+2
| | | * Fix trailing-newlines example
* [doc tests] Print the launched command line for easier debug (#6867)Pierre Sassoulas2022-06-061-8/+11
|
* Better assert message for documentation tests (#6575)Pierre Sassoulas2022-05-111-2/+4
|
* Check documentation examples for fatal errors (#6475)Jacob Walls2022-04-301-1/+1
|
* Add an assertion to check that the documentation structure is correct (#6466)Pierre Sassoulas2022-04-281-1/+6
| | | Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com>
* Replace .namespace with .config (#6316)Daniël van Noord2022-04-141-1/+1
|
* Assert that links in related.rst are a listDaniël van Noord2022-04-071-1/+10
|
* Use namespace in PyLinter and testsDaniël van Noord2022-04-051-1/+1
|
* Fix version constraint - ``Counter.total`` is only available from Python ↵Andreas Finkler2022-04-031-1/+1
| | | | 3.10 (#6161)
* Assert number of messages in test_messages_documentation.py (#6145)Matus Valo2022-04-021-1/+22
| | | Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com>
* Enable usage of custom pylintrc file for message documentation tests (#6131)Andreas Finkler2022-04-021-2/+8
| | | | | Demonstrate it with optional checker message as example. Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
* Some refactors of configuration file discovery (#6052)Daniël van Noord2022-04-011-1/+4
| | | Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
* Add documentation for messages with anomalous in their nameDaniël van Noord2022-03-241-0/+1
| | | | Co-authored-by: Vladyslav Krylasov <vladyslav.krylasov@gmail.com>
* Fix copyright in doc/test_messages_documentation.pyPierre Sassoulas2022-03-241-0/+4
|
* Add CI test for message documentation (#5956)Daniël van Noord2022-03-241-0/+110