summaryrefslogtreecommitdiff
path: root/tests/functional/t/trailing_whitespaces.py
Commit message (Collapse)AuthorAgeFilesLines
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-291-2/+2
|
* Don't report ``trailing-whitespaces`` within strings (#7342)Daniël van Noord2022-08-311-0/+21
| | | Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
* Don't emit ``trailing-whitespace`` twice for multi-line docstrings (#7335)Daniël van Noord2022-08-221-4/+14
| | | Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
* Remove Python 2 code from the tests & refactor (#7320)Mark Byrne2022-08-181-1/+0
| | | | | | | - 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>
* [functional tests] Rename example_functional_tests.py => ↵Pierre Sassoulas2019-09-101-0/+11
e/example_functional_tests.py Permit to navigate in the functional tests easier.