Commit a60a599a authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

NBI Component:

- Updated unitary test launcher scripts
parent f1dcf6e0
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -20,8 +20,5 @@ cd $PROJECTDIR/src
RCFILE=$PROJECTDIR/coverage/.coveragerc

# Run unitary tests and analyze coverage of code at same time
#coverage run --rcfile=$RCFILE --append -m pytest --log-level=INFO --verbose \
#    nbi/tests/test_unitary.py

coverage run --rcfile=$RCFILE --append -m pytest --log-level=INFO --verbose \
    nbi/tests/test_ietf_network.py
+0 −3
Original line number Diff line number Diff line
@@ -20,8 +20,5 @@ cd $PROJECTDIR/src
RCFILE=$PROJECTDIR/coverage/.coveragerc

# Run unitary tests and analyze coverage of code at same time
#coverage run --rcfile=$RCFILE --append -m pytest --log-level=INFO --verbose \
#    nbi/tests/test_unitary.py

coverage run --rcfile=$RCFILE --append -m pytest --log-level=INFO --verbose \
    nbi/tests/test_unitary.py