Codebase list python-castellan / 7538532
Only run unit tests not fonctional. Thomas Goirand 8 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
2929 rm -rf .testrepository ; \
3030 testr-python$$PYMAJOR init ; \
3131 TEMP_REZ=`mktemp -t` ; \
32 PYTHONPATH=$(CURDIR) PYTHON=python$$i testr-python$$PYMAJOR run --subunit | tee $$TEMP_REZ | subunit2pyunit ; \
32 PYTHONPATH=$(CURDIR) PYTHON=python$$i testr-python$$PYMAJOR run --subunit 'castellan\.tests\.unit.*' | tee $$TEMP_REZ | subunit2pyunit ; \
3333 cat $$TEMP_REZ | subunit-filter -s --no-passthrough | subunit-stats ; \
3434 rm -f $$TEMP_REZ ; \
3535 testr-python$$PYMAJOR slowest ; \