Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 28d5c383 authored by hhakim's avatar hhakim
Browse files

Fix loss of pyfaust coverage info.

parent 3544a9c5
No related branches found
No related tags found
No related merge requests found
...@@ -33,7 +33,7 @@ CE conda install -c conda-forge -y coverage ...@@ -33,7 +33,7 @@ CE conda install -c conda-forge -y coverage
CE coverage erase # just in case CE coverage erase # just in case
PYFAUST_DIR=$(dirname $(CE python -c "import pyfaust as pf; print(pf.__file__)")) PYFAUST_DIR=$(dirname $(CE python -c "import pyfaust as pf; print(pf.__file__)"))
CE coverage run --source $PYFAUST_DIR misc/test/src/Python/test_FaustPy.py CE coverage run --source $PYFAUST_DIR misc/test/src/Python/test_FaustPy.py
CE coverage run --source $PYFAUST_DIR $PYFAUST_DIR/datadl.py /tmp/myfaustdata CE coverage run -a --source $PYFAUST_DIR $PYFAUST_DIR/datadl.py /tmp/myfaustdata
rm -Rf /tmp/myfaustdata rm -Rf /tmp/myfaustdata
#coverage run -a --source $PYFAUST_DIR $PYFAUST_DIR/tests/run.py # only real and cpu, all tests are ran below #coverage run -a --source $PYFAUST_DIR $PYFAUST_DIR/tests/run.py # only real and cpu, all tests are ran below
# take doctest into account # take doctest into account
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment