Skip to content

Commit

Permalink
ci: split test suite run into unit and system (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
weibullguy committed Apr 22, 2023
1 parent 2b42c28 commit 8afd968
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,14 @@ commands =
pip install -U pip
pip install --prefix={toxworkdir}/{envname} -e .[tomli]
pytest -s -x -c {toxinidir}/pyproject.toml \
-m unit \
--cache-clear \
--cov=docformatter \
--cov-config={toxinidir}/pyproject.toml \
--cov-branch \
{toxinidir}/tests/
pytest -s -x -c {toxinidir}/pyproject.toml \
-m system \
--cache-clear \
--cov=docformatter \
--cov-config={toxinidir}/pyproject.toml \
Expand Down

0 comments on commit 8afd968

Please sign in to comment.