aboutsummaryrefslogtreecommitdiff
path: root/dev-requirements.txt
AgeCommit message (Collapse)Author
2021-07-18ref: Move to ptest-covgabrielgio
Instead of using `coverage` which is not supported in the gitlab ce I'll be using `pytest-cov` to report a proper coverage in the job panel. Reference: https://docs.gitlab.com/ee/ci/pipelines/settings.html#test-coverage-parsing https://www.cypress.io/blog/2019/10/22/show-code-coverage-on-gitlab-ci/
2021-07-14fix: Add plugin to fix pathing issuegabrielgio
Add a plugin for adding to the PYTHONPATH from the pytests.ini file before tests run.
2021-07-14feat: Add nextcloud path paramgabrielgio
Add a new param to input the nextcloud root path.
2021-07-03Initial commitgabrielgio