head added to make rules
This commit is contained in:
parent
d6d3031b51
commit
40fa187237
14
unittest.mk
14
unittest.mk
@ -22,6 +22,12 @@ localhelp:
|
|||||||
echo -e "\033[1;33m - release - Release the testcases, creates a pdf ducument including all testcases and copy testdata to the module\e[0m"
|
echo -e "\033[1;33m - release - Release the testcases, creates a pdf ducument including all testcases and copy testdata to the module\e[0m"
|
||||||
|
|
||||||
|
|
||||||
|
head:
|
||||||
|
echo -ne "\n\n\033[1;34m"
|
||||||
|
echo -e "╔══════════╗"
|
||||||
|
echo -e "║ unittest ║"
|
||||||
|
echo -e "╚══════════╝\033[00m"
|
||||||
|
|
||||||
release: testrun_full coverage_analysis finalise compile publish status
|
release: testrun_full coverage_analysis finalise compile publish status
|
||||||
full: testrun_full finalise compile status
|
full: testrun_full finalise compile status
|
||||||
short: testrun_short finalise compile status
|
short: testrun_short finalise compile status
|
||||||
@ -42,16 +48,16 @@ release_testcases:
|
|||||||
prepare:
|
prepare:
|
||||||
$(PYT3_CMD) src/unittest/scripts/unittest.py prepare
|
$(PYT3_CMD) src/unittest/scripts/unittest.py prepare
|
||||||
|
|
||||||
testrun_full: clean prepare
|
testrun_full: head clean prepare
|
||||||
$(COV3_CMD) run -a --branch --source=`$(PYT3_CMD) src/config.py -p` src/unittest/scripts/unittest.py testrun -e full
|
$(COV3_CMD) run -a --branch --source=`$(PYT3_CMD) src/config.py -p` src/unittest/scripts/unittest.py testrun -e full
|
||||||
|
|
||||||
testrun_short: clean prepare
|
testrun_short: head clean prepare
|
||||||
$(COV3_CMD) run -a --branch --source=`$(PYT3_CMD) src/config.py -p` src/unittest/scripts/unittest.py testrun -e short
|
$(COV3_CMD) run -a --branch --source=`$(PYT3_CMD) src/config.py -p` src/unittest/scripts/unittest.py testrun -e short
|
||||||
|
|
||||||
testrun_smoke: clean prepare
|
testrun_smoke: head clean prepare
|
||||||
$(COV3_CMD) run -a --branch --source=`$(PYT3_CMD) src/config.py -p` src/unittest/scripts/unittest.py testrun -e smoke
|
$(COV3_CMD) run -a --branch --source=`$(PYT3_CMD) src/config.py -p` src/unittest/scripts/unittest.py testrun -e smoke
|
||||||
|
|
||||||
testrun_single: clean prepare
|
testrun_single: head clean prepare
|
||||||
$(COV3_CMD) run -a --branch --source=`$(PYT3_CMD) src/config.py -p` src/unittest/scripts/unittest.py testrun -e single
|
$(COV3_CMD) run -a --branch --source=`$(PYT3_CMD) src/config.py -p` src/unittest/scripts/unittest.py testrun -e single
|
||||||
|
|
||||||
coverage_analysis:
|
coverage_analysis:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user