summaryrefslogtreecommitdiff
path: root/pylint/testutils
Commit message (Expand)AuthorAgeFilesLines
* [refactor] Permit to get the expected exit code in configuration test frameworkPierre Sassoulas2021-11-221-17/+54
* Revert "Update functional test updater to print actual string (#5351)" (#5352)Daniël van Noord2021-11-211-8/+1
* Update functional test updater to print actual string (#5351)Daniël van Noord2021-11-211-1/+8
* Add error codes to all ``type: ignore`` (#5329)Daniël van Noord2021-11-171-1/+1
* Fix user specific path in functional conf tests for tox (#5301)Pierre Sassoulas2021-11-141-3/+4
* Create a framework of functional tests for configuration files (#5287)Pierre Sassoulas2021-11-121-0/+110
* Fix test decorator for `PyLinter` options (#5195)Daniël van Noord2021-10-221-5/+18
* Refactor ``LinterStats`` (#5074)Daniël van Noord2021-10-071-7/+2
* Refactor test reporterDaniël van Noord2021-10-061-26/+23
* Add basic typing to ``pylint/testutils/pyreverse``Daniël van Noord2021-10-021-2/+2
* Make test decorator use ``checker.set_option()``Daniël van Noord2021-09-291-0/+38
* [pre-commit.ci] pre-commit autoupdate (#5082)pre-commit-ci[bot]2021-09-281-1/+1
* Add small bits of typing annotation (#4954)Daniël van Noord2021-09-251-1/+3
* Refactor and typing of OutputLine (#5060)Daniël van Noord2021-09-241-24/+41
* Type `add_message` and add `MessageLocationTuple` (#5050)Daniël van Noord2021-09-211-2/+13
* Rename ``pylint.testutils.TestMessage`` to ``MessageTest`` (#5051)Daniël van Noord2021-09-203-7/+9
* Rename `pylint.testutil.Message` to `pylint.testutil.TestMessage` (#5043)Daniël van Noord2021-09-183-7/+9
* Add typing to `lint_module_test`Daniël van Noord2021-09-171-27/+42
* Add typing for ``json_reporter`` and sub-classesDaniël van Noord2021-09-161-6/+11
* Add typing to ``filepath`` (#4980)Daniël van Noord2021-09-161-4/+4
* Move PyreverseConfig to pylint.testutil (#5013)Pierre Sassoulas2021-09-151-0/+48
* Add typing to all calls to ``self.stats`` (#4973)Daniël van Noord2021-09-151-1/+2
* Add typing to most reference of ``stream``Daniël van Noord2021-09-131-10/+13
* Add typing with `PyAnnotate` to `./tests` (#4950)Daniël van Noord2021-09-041-2/+2
* Refactor various typing related issues (#4940)Daniël van Noord2021-09-031-1/+3
* Add ``Consider-using-f-string`` checker (#4796)Daniël van Noord2021-08-303-10/+14
* Convert ``get_project`` to a fixture instead of implementing it under ``pylin...DudeNr332021-08-091-16/+0
* Update license link to point to main, not masterDudeNr332021-08-091-1/+1
* Extract commonly used test helpers into ``conftest.py`` and a testutils compo...DudeNr332021-08-091-0/+16
* 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-062-2/+5
* Bump pylint to 2.9.3, update changelogv2.9.3Pierre Sassoulas2021-07-011-0/+1
* Fix copyright links (#4647)Marc Mueller2021-07-0112-12/+12
* Use a NamedTuple from typing directlyPierre Sassoulas2021-06-151-5/+9
* Remove dead code, always return the confidencePierre Sassoulas2021-06-151-3/+1
* Add unit tests for OutputLinePierre Sassoulas2021-06-151-5/+8
* Add handle_message in BaseReporter and add typingPierre Sassoulas2021-06-151-14/+9
* Improve traceback for pytest runsMarc Mueller2021-06-071-0/+4
* Implemented new check use-maxsplit-arg (#4469)yushao22021-05-221-1/+4
* Fix tests/test_funcMarc Mueller2021-05-111-3/+3
* Changes after black updateMarc Mueller2021-04-261-1/+1
* Enhancement #3413 ``consider-using-with`` (#4372)DudeNr332021-04-231-0/+2
* Rename copying to license and upgrade the setup.cfg (#4338)Pierre Sassoulas2021-04-1112-12/+12
* obtaining list of comment directives to ignore from pylintrcEli Fine2021-04-101-4/+6
* skipping spellcheck for tool directives in commentsEli Fine2021-04-101-2/+4
* 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