summaryrefslogtreecommitdiff
path: root/doc/development_guide/testing.rst
Commit message (Collapse)AuthorAgeFilesLines
* [doc] Cleanup the installation/testing/badge documentation in the ReadmePierre Sassoulas2022-05-221-199/+0
|
* Replace `pip install -e` with `pip install -r requirements_test_min.txt` (#6588)Edward K. Ream2022-05-121-2/+4
| | | Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com>
* Update broken and redirected links across the projectDaniël van Noord2022-04-131-2/+2
|
* Require python ``3.7.2+`` (#5921)Daniël van Noord2022-04-111-1/+1
| | | | * Remove env from tox * Add changelog
* Update Testing docs to reflect enforced folder structure (#5792)Daniël van Noord2022-02-111-6/+26
| | | | | * Update Testing docs to reflect enforced folder structure * Some formatting changes
* Add pip install -e to docs before testing (#5687)orSolocate2022-02-021-0/+8
|
* Update ``primer`` tests to own file, separate batches and concurrent runs ↵Daniël van Noord2021-11-291-1/+8
| | | | (#5425)
* Update documentation of ``max_pyver`` test option (#5411)Daniël van Noord2021-11-281-1/+1
|
* Add documentation for primer and convert to command line option (#5387)Daniël van Noord2021-11-251-1/+20
| | | | | * Add documentation for primer and convert to command line option Co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com>
* Add ``min_pyver_end_position`` option (#5386)Daniël van Noord2021-11-251-0/+9
| | | | * Add ``min_pyver_end_position`` option
* Update documentation on writing tests for ``pylint`` (#5366)Daniël van Noord2021-11-221-0/+134
* Update documentation on writing tests for ``pylint``