summaryrefslogtreecommitdiff
path: root/tests/test_functional.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Allow non-ASCII characters in identifiers in the invalid-name rule and add ↵bernie gray2020-03-111-1/+6
| | | | | | | non-ascii-name check Non-ASCII characters are now allowed by ``invalid-name`` check. Also this commit adds a new check ``non-ascii-name``, which is used to detect identifiers with non-ASCII characters.
* Move classes to testutils to help 3rd party plugin testsMr. Senko2019-11-041-312/+4
| | | | | as proposed in https://github.com/PyCQA/pylint-django/pull/252#issuecomment-547931027
* Remove redundant compatibility code (#3097)Hugo van Kemenade2019-09-121-6/+2
| | | | We no longer support Python 2 so we can remove the compatibility code we had in place for that version.
* [functional tests] Modify expected result after moving filesPierre Sassoulas2019-09-101-1/+2
|
* [functional tests] Clearer fatal fail error messagePierre Sassoulas2019-09-101-1/+3
|
* [functional tests] Use walk instead of listdirPierre Sassoulas2019-09-101-3/+6
| | | | Permit to place the functional tests wherever we want.
* [functional tests] Clearer error message when file not foundPierre Sassoulas2019-09-101-2/+1
|
* [functional tests] Add __repr__ for FunctionalTestFilePierre Sassoulas2019-09-101-0/+3
| | | | Easier debugging of the tests.
* [test/functional] Better error message for failPierre Sassoulas2019-09-101-1/+1
|
* [black style] Apply black style on unformatted python filePierre Sassoulas2019-07-221-77/+92
|
* Stopped installing tests with packageAshley Whetter2019-06-201-0/+384