summaryrefslogtreecommitdiff
path: root/tests/utils
Commit message (Collapse)AuthorAgeFilesLines
* Reduce 'blacklist' term for ignored filesPeter Kolbus2021-03-091-6/+6
| | | | | | | Replace usage of the term 'blacklist' in the context of ignored files and directories (--ignore and --ignore-patterns), except in cases where backward compatibility is needed. In documentation and help, supplement 'ignore' with 'skip'; in code use the term 'ignore list'.
* Update copyright notice with copyritePierre Sassoulas2021-02-281-3/+1
|
* Apply copyrite --contribution-thresholdPierre Sassoulas2021-02-211-2/+3
|
* Remove the # coding, since PEP3120 the default is UTF8Pierre Sassoulas2021-02-211-1/+0
|
* Sets up copyrighthippo912020-08-201-1/+1
|
* Add missing copyright annotations for the past releasesClaudiu Popa2020-04-271-1/+4
|
* [tests lint] Fix all W0613 unused-argument in pylint's own testsPierre Sassoulas2020-04-201-3/+3
|
* [tox] Extend the pylint check to the relevant parts in testsPierre Sassoulas2020-04-201-0/+0
| | | | | | | | | The change required would be huge, so we created a configuration file for tests so we can enable rule progressively. We can't add an __init__.py in test to make the command easier to launch because there would be too much imports to modify. So we hard coded the files and directory to lint until https://github.com/PyCQA/pylint/issues/352 is fixed.
* pyupgrade: automated removal of python2 constructsAnthony Sottile2020-03-242-7/+4
| | | | | | | | | | | | | using configuration: ```yaml - repo: https://github.com/asottile/pyupgrade rev: v2.1.0 hooks: - id: pyupgrade args: [--py3-plus, --keep-percent-format] exclude: ^tests/(extensions/data/|functional/|input/|regrtest_data/) ```
* Stopped installing tests with packageAshley Whetter2019-06-202-0/+120