summaryrefslogtreecommitdiff
path: root/tests/primer/test_primer_external.py
Commit message (Collapse)AuthorAgeFilesLines
* Add home-assistant to primer and remove old external primer (#8612)Jacob Walls2023-04-291-73/+0
|
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-291-2/+2
|
* [ruff] Add RUF specific rules and autofix (#8449)Pierre Sassoulas2023-03-141-1/+1
|
* [refactor] Make 'pylint.testutil.primer' a private APIPierre Sassoulas2022-06-101-1/+1
|
* Remove redundant second batch of old primerDaniël van Noord2022-05-301-20/+0
|
* Move ``pylint_primer_tests`` into ``tests``Daniël van Noord2022-05-281-1/+1
|
* Use list comprehension when possible for performance reasonPierre Sassoulas2022-04-251-4/+4
|
* Use ``python-typing-update`` on second half of the ``tests`` directoryDaniël van Noord2022-04-141-5/+4
|
* Add a pre-commit hook to check the copyright noticePierre Sassoulas2022-03-241-1/+2
| | | | | Fix the existing file so they have a notice. No header for setup.py or examples or doc
* Simplify hard to maintain copyright noticePierre Sassoulas2022-03-241-0/+1
| | | | | | git is the source of truth for the copyright, copyrite (the tool) was taking exponentially longer with each release, and it's polluting the code with sometime as much as 50 lines of names.
* Update ``pydocstringformatter`` to 0.4.0 (#5787)Daniël van Noord2022-02-101-3/+3
|
* Update ``primer`` tests to own file, separate batches and concurrent runs ↵Daniël van Noord2021-11-291-6/+32
| | | | (#5425)
* Primer tests "à la mypy" (#5173)Pierre Sassoulas2021-11-241-0/+66
* Add changelog and warning about unstable API in testutil * Add primer tests, (running pylint on external libs during tests) In order to anticipate crash/fatal messages, false positives are harder to anticipate. Follow-up will be #5359 and later on #5364 Add '__tracebackhide__ = True' so the traceback is manageable Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com>