summaryrefslogtreecommitdiff
path: root/tests/functional/s/singledispatch_functions.txt
Commit message (Collapse)AuthorAgeFilesLines
* [cleanup] Move tests starting with 'singledispatch' in a subdirPierre Sassoulas2023-03-231-5/+0
|
* Remove Python 2 code from the tests & refactor (#7320)Mark Byrne2022-08-181-5/+5
| | | | | | | - 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>
* Use ``node.position`` in ``add_message`` if available (#5897)Daniël van Noord2022-03-121-1/+1
|
* Update functional test expected output (#5349)Daniël van Noord2021-11-241-5/+5
| | | | | | * 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>
* Remove functional test configuration for python version <=3.6.0Pierre Sassoulas2021-08-301-0/+5
| | | | | We're only supporting python version > 3.6 so this became useless configuration.
* Remove tests that only run pre-Python 3.6David Gilman2021-02-161-5/+0
|
* Fix trailing whitespaces and trailing newlinesPierre Sassoulas2020-05-031-1/+1
|
* [functional tests] Rename example_functional_tests.py => ↵Pierre Sassoulas2019-09-101-0/+5
e/example_functional_tests.py Permit to navigate in the functional tests easier.