summaryrefslogtreecommitdiff
path: root/tests/functional/n
Commit message (Expand)AuthorAgeFilesLines
* Fix invalid value returned in lenPierre Sassoulas2021-05-291-1/+1
* Added deprecated decorators check (#4513)Matus Valo2021-05-272-4/+5
* Implemented ``unused-private-member`` checker (#4504)yushao22021-05-251-1/+1
* Enhancement #3413 ``consider-using-with`` (#4372)DudeNr332021-04-232-9/+18
* Update ``astroid`` to 2.5.3 (#4334)Marc Mueller2021-04-101-1/+1
* Apply const-naming-style to module const annotated with FinalMarc Mueller2021-04-035-0/+9
* Fix class constant namingMarc Mueller2021-04-018-4/+41
* Fix issue with annotated class constants (#4266)Marc Mueller2021-03-302-18/+22
* Cleanup unwanted 'use-symbolic-message-instead' in functional testsPierre Sassoulas2021-03-172-4/+2
* Enable use-symbolic-message-instead in functional testsPierre Sassoulas2021-03-1716-16/+18
* Rename func_w0233 to non_init_parent_calledPierre Sassoulas2021-03-172-0/+57
* Migrate func_no_dummy_redefined.py to new functional testsPierre Sassoulas2021-03-142-0/+16
* Rename blacklisted-name to disallowed-namePeter Kolbus2021-03-092-4/+4
* Remove 'blacklist' term for good/bad identifiersPeter Kolbus2021-03-093-4/+4
* Migrate all func_noerror_* to new functional testsPierre Sassoulas2021-03-071-0/+42
* Migrate func_noerror_new_style_class_py_30.py to new functional testsPierre Sassoulas2021-03-072-0/+39
* Migrate func_e0204.py to new functional testsPierre Sassoulas2021-03-072-0/+20
* Create subdirectory for crowded functional testsPierre Sassoulas2021-03-0740-2/+2
* Add --class-const-naming-styleMarc Mueller2021-03-065-21/+36
* Fix Enum invalid name with snake_case presetMarc Mueller2021-03-022-3/+11
* add nan-comparison checker for NaN comparisonsOr Bahari2021-02-182-0/+33
* Remove six dependency from test suiteDavid Gilman2021-02-162-8/+5
* Remove unnecessary " inside functional testPierre Sassoulas2021-01-241-2/+2
* Add column to the information checked for functional testsPierre Sassoulas2021-01-2427-141/+141
* Remove functional test for named tuple missing inferencePierre Sassoulas2020-12-311-1/+0
* Fix false positive for `not-async-context-manager` when `contextlib.asynccont...Claudiu Popa2020-12-281-0/+11
* Remove all empty txt file in functional testsPierre Sassoulas2020-11-292-0/+0
* Add check for enums name styleへーさん2020-10-132-16/+23
* Add rule raise-missing-fromRam Rachum2020-06-222-2/+2
* Address the super violations in the codebaseClaudiu Popa2020-05-051-1/+1
* Fix trailing whitespaces and trailing newlinesPierre Sassoulas2020-05-039-9/+8
* Add exclude_platforms to functional tests and use it for non_ascii_name checkClaudiu Popa2020-03-111-0/+3
* Allow non-ASCII characters in identifiers in the invalid-name rule and add no...bernie gray2020-03-115-7/+15
* Add check to make sure only strings are assigned to __name__ (#3271)Andy Palmer2019-12-162-0/+61
* Simplify naming style regexpsVille Skyttä2019-12-163-5/+5
* Do not exempt bare except from ``undefined-variable`` and similar checksClaudiu Popa2019-11-131-1/+1
* No longer emit ``invalid-name`` for non-constants found at module level.Claudiu Popa2019-11-081-0/+3
* Add regexs for bad- and good-names to enable better white- or blacklisting (#...Daniel Draper2019-10-303-0/+38
* Disable test error that is irrelevantClaudiu Popa2019-10-111-1/+1
* Do not emit ``no-method-argument`` for functions using positional only args.Claudiu Popa2019-10-112-0/+8
* Fix a bunch of other tests as wellClaudiu Popa2019-09-251-7/+7
* Move files that were in the wrong directoryClaudiu Popa2019-09-254-0/+288
* [functional tests] Modify expected result after moving filesPierre Sassoulas2019-09-101-2/+2
* [functional tests] Module needs an __init__.pyPierre Sassoulas2019-09-101-0/+0
* [functional tests] Rename example_functional_tests.py => e/example_functional...Pierre Sassoulas2019-09-1059-0/+1508