This repository was archived by the owner on Jun 13, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -35,14 +35,14 @@ test:
3535
3636test.unit :
3737 @if [ -n " $( GROUP) " ]; then \
38- COVERAGE_CORE=sysmon python -m pytest --splits ${SPLIT} --$(GROUP ) --cov=./ -m " not integration" --cov-report=xml:unit.coverage.xml --junitxml=unit.junit.xml -o junit_family=legacy; \
38+ COVERAGE_CORE=sysmon python -m pytest --splits ${SPLIT} --group $(GROUP ) --cov=./ -m " not integration" --cov-report=xml:unit.coverage.xml --junitxml=unit.junit.xml -o junit_family=legacy; \
3939 else \
4040 COVERAGE_CORE=sysmon python -m pytest --cov=./ -m " not integration" --cov-report=xml:unit.coverage.xml --junitxml=unit.junit.xml -o junit_family=legacy; \
4141 fi
4242
4343test.integration :
4444 @if [ -n " $( GROUP) " ]; then \
45- COVERAGE_CORE=sysmon python -m pytest --splits ${SPLIT} --$(GROUP ) --cov=./ -m " integration" --cov-report=xml:integration.coverage.xml --junitxml=integration.junit.xml -o junit_family=legacy; \
45+ COVERAGE_CORE=sysmon python -m pytest --splits ${SPLIT} --group $(GROUP ) --cov=./ -m " integration" --cov-report=xml:integration.coverage.xml --junitxml=integration.junit.xml -o junit_family=legacy; \
4646 else \
4747 COVERAGE_CORE=sysmon python -m pytest --cov=./ -m " integration" --cov-report=xml:integration.coverage.xml --junitxml=integration.junit.xml -o junit_family=legacy; \
4848 fi
You can’t perform that action at this time.
0 commit comments