summaryrefslogtreecommitdiff
path: root/tests/functional/n/no
Commit message (Expand)AuthorAgeFilesLines
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-298-15/+15
* [pypy3.8] Disable multiple-statements false positive on affected functional t...Pierre Sassoulas2022-12-154-12/+16
* Fix ``no-else-return false Negative for try/except/else pattern (#7888)Dani Alcala2022-12-125-28/+119
* Rename `broad-except` and new check `broad-exception-raised` (#7709)Dani Alcala2022-11-051-1/+1
* Move `consider-using-augmented-assign` to `CodeStyle` extension (#7628)Marc Mueller2022-10-161-1/+1
* Fix false negative ``no-member`` when the code was a `manual` augmented assig...Dani Alcala2022-09-232-0/+29
* Replace no-method-argument with no-self-argument when variadic args present (...Jakub Kuczys2022-09-234-4/+27
* Remove Python 2 code from the tests & refactor (#7320)Mark Byrne2022-08-187-15/+14
* Fix false positive for `no-self-argument` (#7301)Mark Byrne2022-08-132-5/+27
* Add regression test for #5832 (#7105)Jacob Walls2022-07-171-1/+5
* [no-member] Add a regression test for a false positive (#7095)Pierre Sassoulas2022-06-301-0/+13
* Add regression test for #6497 (#6498)Jacob Walls2022-05-091-0/+6
* Move no-self-use to optional extension (#6448)Marc Mueller2022-05-055-104/+5
* Remove the 'no-init' message tat was not emitted anywayPierre Sassoulas2022-04-181-1/+1
* Fix #1555: Fix false negative for `no-member` when assigning instance attribu...Jacob Walls2022-03-252-0/+38
* Use ``node.position`` in ``add_message`` if available (#5897)Daniël van Noord2022-03-123-5/+5
* Add tests for #4826 (#5696)Daniël van Noord2022-03-121-0/+13
* Clearer error message for useless-else-x type messages (#5736)Pierre Sassoulas2022-01-304-28/+28
* Fix typos in unit test docstrings (#5739)Jacob Walls2022-01-283-3/+3
* Move ``no-member`` tests from ``TestTypeChecker`` (#5453)Daniël van Noord2021-12-033-0/+65
* Move ``TestVariablesChecker`` to functional tests (#5419)Daniël van Noord2021-11-282-0/+5
* Update functional test expected output (#5349)Daniël van Noord2021-11-2413-60/+60
* Add support for `ModuleNotFoundError` Python 3.6+ builtin-exception (#5106)Samuel FORESTIER2021-10-092-5/+16
* Spelling and grammar fixesVille Skyttä2021-09-171-2/+2
* Add functional test demonstrating #4370Dimitri Prybysh2021-09-142-0/+18
* Fix no-self-use and docparams extension for async functions/methods (#4986)SupImDos2021-09-112-0/+8
* Remove the python3 porting mode from the codebasePierre Sassoulas2021-09-011-1/+1
* Add regression tests for PyCQA/astroid#1151David Liu2021-08-301-0/+31
* Remove functional test configuration for python version <=3.6.0Pierre Sassoulas2021-08-301-2/+0
* Add a test for false positive no-member in subclassed dataclassesPierre Sassoulas2021-08-202-0/+50
* Additional tests for PyCQA/astroid#1126David Liu2021-08-163-0/+87
* Omit no-member error if guarded behind if stmt (#4764)Marc Mueller2021-07-282-0/+82
* Fix invalid value returned in lenPierre Sassoulas2021-05-291-1/+1
* Enable use-symbolic-message-instead in functional testsPierre Sassoulas2021-03-172-4/+4
* Migrate func_no_dummy_redefined.py to new functional testsPierre Sassoulas2021-03-142-0/+16
* Migrate all func_noerror_* to new functional testsPierre Sassoulas2021-03-071-0/+42
* Migrate func_e0204.py to new functional testsPierre Sassoulas2021-03-072-0/+20
* Create subdirectory for crowded functional testsPierre Sassoulas2021-03-0724-0/+797