summaryrefslogtreecommitdiff
path: root/tasks.py
Commit message (Collapse)AuthorAgeFilesLines
* PTY all the tasksJustin Mayer2021-10-081-17/+19
|
* Update tasks.pyMinchinWeb2021-04-181-1/+2
| | | PTY is not supported on Windows.
* Make PKG_PATH var in Invoke tasks.py more DRYJustin Mayer2021-02-181-1/+1
|
* Ensure `invoke lint` task & its docs are in syncJustin Mayer2020-11-201-3/+1
| | | | | | | | | | | Someday the entire Pelican code base will perhaps have Black and isort formatting applied to it, but it doesn't make sense for the linter to check that until it's actually done. This changes the `lint` Invoke task to run Flake8 on changed lines only, which should bring it into line with both the current Pre-commit and CI configurations. Also, the docs erroneously stated that `invoke tests` would also check for code style compliance, which has herein been fixed.
* Count CPU cores via psutil for parallel testingJustin Mayer2020-11-021-1/+1
| | | | | | psutil does a much better job at accurately counting CPU cores, of which pytest-xdist takes advantage for the purposes of running tests concurrently.
* Adjust isort task: v5.2+ is now recursive by defaultJustin Mayer2020-08-111-1/+1
|
* Cleanup test environment and requirementsDeniz Turgut2020-05-091-1/+1
| | | | | | | - pytest: verbose isn't needed but show skipped tests - mock is not needed anymore. it is part of stdlib - Unpin Sphinx and fix warning about lexer - Mirror tox command for doc build in tasks.py
* Add Windows support to Invoke tasksJustin Mayer2020-04-241-9/+11
|
* Add Invoke tasks for building and serving docsJustin Mayer2019-11-121-0/+19
|
* Add Invoke task for updating functional test outputJustin Mayer2019-11-121-0/+14
|
* Switch `invoke tests` test runner to Pytestdrop_py2_docsJustin Mayer2019-11-101-1/+1
|
* Add initial Invoke tasks.py fileJustin Mayer2019-11-091-0/+81