summaryrefslogtreecommitdiff
path: root/tox.ini
Commit message (Expand)AuthorAgeFilesLines
* test(meta): move meta suite into unit testsNejc Habjan2023-03-121-2/+2
* chore: remove `pre-commit` as a default `tox` environment (#2470)John Villalovos2023-02-051-1/+1
* chore: remove tox `envdir` valuesJohn L. Villalovos2023-01-231-6/+0
* chore(tox): ensure test envs have all dependenciesNejc Habjan2022-12-091-1/+1
* chore: validate httpx package is not installed by defaultLiora Milbaum2022-11-231-0/+6
* refactor: pre-commit trigger from toxLiora Milbaum2022-10-191-1/+6
* chore(ci): make pytest annotations workNejc Habjan2022-08-221-1/+10
* test(functional): simplify token creationNejc Habjan2022-07-251-1/+1
* test: allow `podman` users to run functional testsJohn L. Villalovos2022-07-221-1/+1
* chore: change name of API functional test to `api_func_v4`John L. Villalovos2022-07-171-1/+1
* chore(docs): ignore nitpicky warningsNejc Habjan2022-06-231-1/+1
* docs: drop deprecated setuptools build_sphinxNejc Habjan2022-06-231-1/+1
* test(gitlab): increase unit test coverageNejc Habjan2022-05-291-0/+1
* chore: run the `pylint` check by default in toxJohn L. Villalovos2022-05-101-1/+1
* chore: rename the test which runs `flake8` to be `flake8`John L. Villalovos2022-05-101-2/+2
* chore: add `cz` to default tox environment list and skip_missing_interpretersJohn L. Villalovos2022-05-051-1/+2
* chore(ci): replace commitlint with commitizenNejc Habjan2022-05-011-0/+7
* chore: add logging to `tests/functional/conftest.py`John L. Villalovos2022-01-081-1/+1
* chore: add initial pylint checkJohn L. Villalovos2021-12-071-7/+15
* chore: remove pytest-console-scripts specific configJohn L. Villalovos2021-11-271-4/+1
* feat: remove support for Python 3.6, require 3.7 or higherJohn L. Villalovos2021-11-231-1/+1
* chore: create a 'tests/meta/' directory and put test_mro.py in itJohn L. Villalovos2021-11-151-2/+2
* feat(build): officially support and test python 3.10Nejc Habjan2021-10-061-1/+1
* test(build): add smoke tests for sdist & wheel packageNejc Habjan2021-09-021-0/+4
* chore: define root dir in mypy, not toxNejc Habjan2021-08-221-1/+1
* chore: fix mypy pre-commit hookNejc Habjan2021-08-221-1/+1
* chore: clean up tox, pre-commit and requirementsNejc Habjan2021-05-291-26/+19
* chore: move 'gitlab/tests/' dir to 'tests/unit/'John L. Villalovos2021-05-261-2/+2
* chore: rename 'tools/functional/' to 'tests/functional/'John L. Villalovos2021-05-261-2/+2
* chore: fix import ordering using isortJohn L. Villalovos2021-05-251-1/+0
* chore: add an isort tox environment and run isort in CIJohn L. Villalovos2021-05-221-1/+14
* chore(ci): ignore debug and type_checking in coverageNejc Habjan2021-05-071-0/+6
* style: clean up test run configNejc Habjan2021-05-011-6/+7
* test(functional): start tracking functional test coverageNejc Habjan2021-05-011-2/+7
* chore: have black run at the top-levelJohn L. Villalovos2021-04-301-1/+1
* chore: have flake8 check the entire projectJohn L. Villalovos2021-04-301-1/+1
* chore: fix F841 errors reported by flake8John L. Villalovos2021-04-181-1/+5
* chore: fix F401 errors reported by flake8John L. Villalovos2021-04-181-0/+2
* fix: tox pep8 target, so that it can runJohn L. Villalovos2021-02-231-1/+5
* feat: add an initial mypy test to tox.iniJohn L. Villalovos2021-02-221-1/+8
* chore: offically support and test 3.9Max Wittig2021-01-291-1/+1
* docs(cli): add auto-generated CLI referencedocs/cli-reference-pageNejc Habjan2020-10-111-0/+1
* test(env): replace custom scripts with pytest and docker-composeNejc Habjan2020-09-151-2/+4
* chore: correctly render rstMax Wittig2020-06-081-1/+9
* test(cli): convert shell tests to pytest test casestest/pytest-cli-testsNejc Habjan2020-04-261-1/+1
* chore: use pytest for unit tests and coverageNejc Habjan2020-04-071-4/+6
* chore: pass environment variables in toxNejc Habjan2020-03-211-0/+1
* chore: remove references to python2 in test envNejc Habjan2020-03-211-2/+2
* chore: drop legacy python testsMax Wittig2019-12-181-1/+1
* test: minor test fixesMax Wittig2019-07-211-1/+1