summaryrefslogtreecommitdiff
path: root/tests/functional/b
Commit message (Expand)AuthorAgeFilesLines
* Drop support for Python 3.7 (#8609)Marc Mueller2023-04-243-5/+4
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-291-8/+8
* Add new checker `bad-chained-comparison` (#7990)Zen Lee2023-02-262-0/+62
* [doc] Use the real URL address of pylint's read the doc projectPierre Sassoulas2023-02-061-6/+6
* Update disallowed-name to flag module-level variables (#7808)Dani Alcala2023-01-252-5/+0
* Fail pytest runs on warnings (#7809)Jacob Walls2022-11-231-2/+2
* Improve bad-threading-instantiation check (#7617)Dani Alcala2022-11-152-4/+26
* Use qualified name when checking for overgeneral exceptions (#7497)Jakub Kuczys2022-11-137-9/+83
* Add confidence levels to all exception checkers (#7716)Dani Alcala2022-11-054-9/+9
* Rename `broad-except` and new check `broad-exception-raised` (#7709)Dani Alcala2022-11-057-5/+27
* Use 'py-version' when accounting for max/min version of checker (#7580)Dani Alcala2022-10-133-0/+19
* Remove Python 2 code from the tests & refactor (#7320)Mark Byrne2022-08-1810-23/+18
* Rename bad-exception-context to bad-exception-cause (#7125)VictorT2022-07-183-10/+10
* Mark `no-self-use` as moved to extensions (#6932)Jacob Walls2022-06-132-9/+27
* [deleted messages] Fix helper function for old names of deleted messagesPierre Sassoulas2022-06-062-4/+4
* [bad-option-value] Add a 'useless-option-value' messagePierre Sassoulas2022-06-064-24/+24
* [bad-option-value] Use the right confidence and refactor message (#6829)Pierre Sassoulas2022-06-043-11/+18
* [deleted messages] Add an exception for deleted messages in MessageIdStorePierre Sassoulas2022-06-042-4/+29
* Fix disabling of ``bad-option-value`` (#6556)Daniël van Noord2022-05-092-0/+16
* Move no-self-use to optional extension (#6448)Marc Mueller2022-05-052-2/+1
* Update tests and testoptions for PyPyDaniël van Noord2022-05-031-2/+0
* Fix false positive for ``unused-variable`` when specifying a metaclass via a ...Jacob Walls2022-05-011-0/+10
* Add ``bad-option-value``Daniël van Noord2022-04-141-1/+1
* Fix false negative for ``bad-string-format-type`` when using a variable as in...Andreas Finkler2022-04-052-0/+21
* Use ``node.position`` in ``add_message`` if available (#5897)Daniël van Noord2022-03-122-3/+3
* Add a checker for misleading unicode (#5311)Kound2022-01-1311-0/+38
* Move ``TestExceptionsChecker`` to functional tests (#5420)Daniël van Noord2021-11-282-0/+10
* Move ``TestStringChecker`` to functional tests (#5422)Daniël van Noord2021-11-282-0/+37
* Update functional test expected output (#5349)Daniël van Noord2021-11-2412-32/+32
* Move the functional tests for extension in 'tests/functional/ext'Pierre Sassoulas2021-11-236-63/+0
* Migrate test for extension to functional testsPierre Sassoulas2021-11-236-0/+63
* From Python 3.8 onwards classes inheriting from dict are reversible (#5169)Tim Martin2021-10-175-9/+25
* Spelling and grammar fixesVille Skyttä2021-09-171-1/+1
* Remove the python3 porting mode from the codebasePierre Sassoulas2021-09-012-3/+3
* Remove functional test configuration for python version <=3.6.0Pierre Sassoulas2021-08-305-6/+1
* Add unspecified-encoding checker #3826 (#4753)Daniël van Noord2021-07-281-10/+10
* Move remaining extension fixturesMarc Mueller2021-06-103-12/+0
* Revert "Fix existing tests"Marc Mueller2021-06-101-1/+1
* Fix existing testsMarc Mueller2021-06-101-1/+1
* Consider using with no assign (#4476)DudeNr332021-05-172-6/+7
* Enable loading of plugins in functional tests (Fix 4331) (#4332)DudeNr332021-04-093-0/+12
* Remove txt file during update for functional test without outputPierre Sassoulas2021-03-171-1/+0
* Fix false negative 'use-symbolic-message-instead' and optimize itPierre Sassoulas2021-03-171-1/+1
* Enable use-symbolic-message-instead in functional testsPierre Sassoulas2021-03-172-3/+4
* Rename blacklisted-name to disallowed-namePeter Kolbus2021-03-092-2/+2
* Remove 'blacklist' term for good/bad identifiersPeter Kolbus2021-03-091-1/+1
* Migrate all func_noerror_* to new functional testsPierre Sassoulas2021-03-072-0/+46
* Migrate func_e0012.py to new functional testsPierre Sassoulas2021-03-072-0/+5
* Remove tests that only run pre-Python 3.6David Gilman2021-02-163-40/+0
* Remove unnecessary " inside functional testPierre Sassoulas2021-01-241-1/+1