summaryrefslogtreecommitdiff
path: root/pylint/testutils/lint_module_test.py
Commit message (Expand)AuthorAgeFilesLines
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-291-2/+2
* [testutil] Add proper test for the functional tests helpersPierre Sassoulas2023-03-281-2/+2
* Changing flake8 to have max-line-length of 115 (#8362)Ollie2023-03-021-1/+3
* [testutil] More information in output for functional test fail (#7948)Pierre Sassoulas2022-12-151-6/+12
* Turn on ``mypy`` strict mode šŸŽ‰ (#7448)DaniĆ«l van Noord2022-09-091-1/+1
* Some initial line wrapping of docstrings (#6672)Daniƫl van Noord2022-05-231-1/+3
* Use the standard config parser instead a new one in functional tests (#6572)Daniƫl van Noord2022-05-111-12/+42
* Update tests and testoptions for PyPyDaniƫl van Noord2022-05-031-0/+4
* Check documentation examples for fatal errors (#6475)Jacob Walls2022-04-301-0/+1
* Prevent false negatives for fatal errors with `--minimal-messages-config`Jacob Walls2022-04-171-0/+3
* Add ``--minimal-messages-config`` option for functional tests (#6246)Andreas Finkler2022-04-161-4/+14
* Replace .namespace with .config (#6316)Daniƫl van Noord2022-04-141-1/+1
* Use ``python-typing-update`` on ``pylint/testutils`` directoryDaniƫl van Noord2022-04-141-12/+14
* Use namespace in PyLinter and testsDaniƫl van Noord2022-04-051-1/+1
* Add a pre-commit hook to check the copyright noticePierre Sassoulas2022-03-241-1/+1
* Simplify hard to maintain copyright noticePierre Sassoulas2022-03-241-0/+1
* Update ``pydocstringformatter`` to 0.4.0 (#5787)Daniƫl van Noord2022-02-101-1/+1
* Format docstrings with ``pydocstringformatter``Daniƫl van Noord2022-01-021-1/+2
* Make functional tests always go through config initialization (#5594)Daniƫl van Noord2021-12-281-10/+19
* Create ``_config_initialization`` util and use in functional tests (#5591)Daniƫl van Noord2021-12-231-8/+7
* Unify validation of functional test option files (#5510)Daniƫl van Noord2021-12-131-4/+2
* Add typing to LintModuleOutputUpdate._check_output_textPierre Sassoulas2021-12-031-1/+1
* Deprecate some file in pylint/testutils and update changelogPierre Sassoulas2021-12-031-1/+1
* Require Python 3.6.2 (#5068)Marc Mueller2021-11-251-16/+14
* Add ``min_pyver_end_position`` option (#5386)Daniƫl van Noord2021-11-251-2/+8
* Fix typo in pylintrc for useless-suppression (#5303)Daniƫl van Noord2021-11-231-2/+0
* Add typing to `lint_module_test`Daniƫl van Noord2021-09-171-27/+42
* Add typing to most reference of ``stream``Daniƫl van Noord2021-09-131-10/+13
* Add ``Consider-using-f-string`` checker (#4796)Daniƫl van Noord2021-08-301-7/+9
* Add unspecified-encoding checker #3826 (#4753)Daniƫl van Noord2021-07-281-2/+2
* [test utils] No output with an expected output now fail properly (#4675)Pierre Sassoulas2021-07-061-1/+1
* Fix copyright links (#4647)Marc Mueller2021-07-011-1/+1
* Improve traceback for pytest runsMarc Mueller2021-06-071-0/+4
* Implemented new check use-maxsplit-arg (#4469)yushao22021-05-221-1/+4
* Enhancement #3413 ``consider-using-with`` (#4372)DudeNr332021-04-231-0/+2
* Rename copying to license and upgrade the setup.cfg (#4338)Pierre Sassoulas2021-04-111-1/+1
* Enable loading of plugins in functional tests (Fix 4331) (#4332)DudeNr332021-04-091-0/+6
* Only print verbose logs if pytest -vMarc Mueller2021-03-261-4/+7
* Better error message when dealing with functional tests failPierre Sassoulas2021-03-171-4/+10
* Enable use-symbolic-message-instead in functional testsPierre Sassoulas2021-03-171-1/+0
* Remove disabling of all I message in functional testsPierre Sassoulas2021-03-171-1/+4
* Fix functional test fail so it can be copy pastedPierre Sassoulas2021-03-071-1/+1
* Migrate from % syntax or bad format() syntax to fstringPierre Sassoulas2021-02-211-5/+1
* Move from % string formatting syntax to f-string or .format()Pierre Sassoulas2021-02-211-1/+1
* Move from format() to f-string where it makes sensePierre Sassoulas2021-02-161-8/+6
* Fix type of argument in multiset_differencePierre Sassoulas2021-02-071-2/+4
* Clearer return in _get_expected for functional testPierre Sassoulas2021-01-241-4/+4
* Premature return in LintModuleTest._get_expectedPierre Sassoulas2021-01-241-10/+8
* Better variable name and syntax in LintModuleText.SetUpPierre Sassoulas2021-01-241-23/+15
* Sort the result of the output display during functional testsPierre Sassoulas2020-12-311-2/+4