summaryrefslogtreecommitdiff
path: root/tests/functional/b
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add column to the information checked for functional testsPierre Sassoulas2021-01-2412-33/+33
* Remove functional test for bad reversed sequencePierre Sassoulas2020-12-311-3/+0
* Add version-specific functional tests for `bad_reversed_sequence`ethan-leba2020-11-307-9/+19
* Fix trailing whitespaces and trailing newlinesPierre Sassoulas2020-05-036-6/+6
* Remove all tests concerning bad-whitespacePierre Sassoulas2020-05-032-22/+0
* Remove all tests concerning bad-continuationPierre Sassoulas2020-05-027-366/+0
* Add support for disabling line-too-long for multilines stringshippo912019-11-192-3/+3
* Rename implicit-string-concat-in-sequence to implicit-string-concatClaudiu Popa2019-11-081-1/+1
* ``import-outside-toplevel`` is emitted for ``ImportFrom`` nodes as well.Claudiu Popa2019-10-092-9/+3
* Removed Python 2 specific checksClaudiu Popa2019-09-173-53/+0
* [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-1042-0/+827