summaryrefslogtreecommitdiff
path: root/tests/functional/y
Commit message (Collapse)AuthorAgeFilesLines
* Remove Python 2 code from the tests & refactor (#7320)Mark Byrne2022-08-182-2/+1
| | | | | | | - Refactor Classes which inherit from `object`. - Remove `import print_function from __future__`. - Remove assignments to `__revision__` from the functional test module when it is never used throughout the module. Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
* C2901 & C2902: New checks for unnecessary lambda expression usage (#6004)Joe Young2022-05-044-2/+6
| | | | | Co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com> Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com> Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
* Update functional test expected output (#5349)Daniël van Noord2021-11-244-4/+4
| | | | | | * Add ``confidence`` to all expected functional test outputs * Make OutputLine accept end_line and end_column Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
* Spelling and grammar fixesVille Skyttä2021-09-172-2/+2
|
* Remove async test for python 3.5 or lesserPierre Sassoulas2021-08-306-22/+8
|
* Remove functional test configuration for python version <=3.6.0Pierre Sassoulas2021-08-3011-14/+9
| | | | | We're only supporting python version > 3.6 so this became useless configuration.
* Migrate all func_noerror_* to new functional testsPierre Sassoulas2021-03-072-0/+29
|
* Fix functional tests for python 3.5Pierre Sassoulas2021-01-241-2/+2
|
* Add column to the information checked for functional testsPierre Sassoulas2021-01-244-4/+4
|
* Fix trailing whitespaces and trailing newlinesPierre Sassoulas2020-05-032-2/+2
|
* [functional tests] Module needs an __init__.pyPierre Sassoulas2019-09-101-0/+0
| | | | Or we get a "module does not exists".
* [functional tests] Rename example_functional_tests.py => ↵Pierre Sassoulas2019-09-1014-0/+54
e/example_functional_tests.py Permit to navigate in the functional tests easier.