summaryrefslogtreecommitdiff
path: root/pylint/testutils
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change the order of the assert for better pytest messagePierre Sassoulas2021-03-171-4/+7
* Fix functional test fail so it can be copy pastedPierre Sassoulas2021-03-071-1/+1
* Update copyright notice with copyritePierre Sassoulas2021-02-281-0/+1
* Expose UnittestLinter in testutils after 2.7Lefteris Karapetsas2021-02-221-0/+2
* Apply copyrite --contribution-thresholdPierre Sassoulas2021-02-211-2/+2
* 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-212-2/+2
* Remove the # coding, since PEP3120 the default is UTF8Pierre Sassoulas2021-02-211-1/+0
* Move from format() to f-string where it makes sensePierre Sassoulas2021-02-163-21/+13
* Remove hash functionMarc Mueller2021-02-151-3/+0
* Fix base class "CheckerTestCase" defined the type as "None"Pierre Sassoulas2021-02-071-2/+2
* Fix need type annotation for 'CONFIG'Pierre Sassoulas2021-02-071-1/+2
* Fix type of argument in multiset_differencePierre Sassoulas2021-02-071-2/+4
* Fix base class "object" defined __hash__ as "Callable[[object], int]"Pierre Sassoulas2021-02-071-1/+2
* Clearer return in _get_expected for functional testPierre Sassoulas2021-01-241-4/+4
* Create a constant for version check and refactor existing onePierre Sassoulas2021-01-241-2/+2
* Better error message in case of Malformed functional testsPierre Sassoulas2021-01-241-5/+26
* Premature return in LintModuleTest._get_expectedPierre Sassoulas2021-01-241-10/+8
* Better variable name and syntax in LintModuleText.SetUpPierre Sassoulas2021-01-241-23/+15
* Column in functional test taken into account only from py3.8Pierre Sassoulas2021-01-241-2/+11
* Add column to the information checked for functional testsPierre Sassoulas2021-01-241-5/+6
* Add constant for update file in pylint.test_utilsPierre Sassoulas2021-01-012-1/+4