summaryrefslogtreecommitdiff
path: root/tests/functional/r
Commit message (Expand)AuthorAgeFilesLines
* Remove functional test configuration for python version <=3.6.0Pierre Sassoulas2021-08-305-6/+0
* Add ``Consider-using-f-string`` checker (#4796)Daniël van Noord2021-08-302-2/+2
* Fix a crash from astroid.InferenceError raised on copy.copyPierre Sassoulas2021-08-211-0/+16
* Add ``redundant-u-string-prefix`` checker (#4804)Daniël van Noord2021-08-065-7/+31
* Do not test unsupported item assignment for python 3.10Pierre Sassoulas2021-08-041-0/+2
* Add unspecified-encoding checker #3826 (#4753)Daniël van Noord2021-07-283-20/+22
* Add a regression test for AttributeError for Subscript objectPierre Sassoulas2021-07-212-0/+14
* Add a regression test for generator raised StopIteration #4723Pierre Sassoulas2021-07-192-0/+22
* [undefined-variable] Simplify the undefined variable checkPierre Sassoulas2021-07-092-4/+2
* [undefined-variable] Reactivate undefined variables in the regression tests f...Pierre Sassoulas2021-07-092-4/+7
* [undefined-variable] Fix crash when metaclass was parsed as an attributePierre Sassoulas2021-07-092-0/+19
* Catch MRO error when applying missing hints feature. (#4688)doranid2021-07-082-0/+8
* [test utils] No output with an expected output now fail properly (#4675)Pierre Sassoulas2021-07-061-2/+0
* Add a regression test for issue #4631Pierre Sassoulas2021-06-303-0/+14
* Add a regression test for issue #4633Pierre Sassoulas2021-06-301-0/+22
* Add regression tests for issue #2913Pierre Sassoulas2021-06-252-0/+20
* Fix a crash when a test function is decorated with ``@pytest.fixture`` (#4613)Pierre Sassoulas2021-06-231-0/+9
* Remove docs and code associated with the removed W0623 (redefine-in-handler) ...Lorena B2021-06-201-1/+1
* Add regression test from #2306 (#4570)Andrew Haigh2021-06-161-0/+11
* Revert "Fix existing tests"Marc Mueller2021-06-104-9/+9
* Fix existing testsMarc Mueller2021-06-104-9/+9
* Additional regression tests for PyCQA/astroid#940 (#4473)Andrew Haigh2021-05-304-0/+67
* Add regression tests of inference of implicit None return (#4428)Andrew Haigh2021-05-302-0/+20
* Add regression tests of instance attribute inference on builtins.object (#4348)Andrew Haigh2021-05-302-0/+21
* Added test case for issue #4163 (#4374)Elizabeth Bott2021-04-182-0/+9
* Remove disabling of all I message in functional testsPierre Sassoulas2021-03-172-1/+2
* Migrate func_w0405.py to new functional testsPierre Sassoulas2021-03-143-2/+37
* Migrate nonregr___file___global.py to new functional testsPierre Sassoulas2021-03-142-0/+10
* Migrate func_w0404.py (reimported) to new functional testsPierre Sassoulas2021-03-142-0/+33
* Rename blacklisted-name to disallowed-namePeter Kolbus2021-03-092-2/+2
* Create subdirectory for crowded functional testsPierre Sassoulas2021-03-0739-0/+0
* Add allow-redefined-builtins option to variable checkerAlexander Kapshuna2021-03-053-0/+15
* Add column to the information checked for functional testsPierre Sassoulas2021-01-2415-51/+51
* Move func_bug113231 to new functional testsPierre Sassoulas2021-01-012-0/+22
* Remove all empty txt file in functional testsPierre Sassoulas2020-11-296-0/+0
* Add rule raise-missing-fromRam Rachum2020-06-224-3/+169
* Fix a crash caused by not guarding against `InferenceError` when calling `inf...Claudiu Popa2020-06-181-0/+11
* Chore: use https links (#3679)谭九鼎2020-06-111-1/+1
* Address the super violations in the codebaseClaudiu Popa2020-05-051-1/+1
* Fix trailing whitespaces and trailing newlinesPierre Sassoulas2020-05-037-7/+7
* `no-value-for-parameter` variadic detection has improved for assign statementsClaudiu Popa2020-05-021-0/+27
* Disable some messages for 3.5Claudiu Popa2020-03-261-1/+1
* Add regression test for #2335Claudiu Popa2020-03-261-0/+11
* Add regression test for #1078Claudiu Popa2020-03-261-0/+14
* Add regression test for unused-argument and raiseClaudiu Popa2020-03-132-0/+15
* Add regression test for property false positive. Close #3231Claudiu Popa2020-03-061-0/+20
* Allow dummy variables for 'redeclared-assigned-name' (#3384)Benny2020-02-053-0/+12
* Add regression test for property no-member errorClaudiu Popa2019-12-151-0/+23
* Add regression test for no-member of properties. Close #844Claudiu Popa2019-12-041-0/+18
* Add regression test for no-member of properties. Close #870Claudiu Popa2019-12-041-0/+15