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

Reactivated test unit of centralizedcybersecurity component. It was left commented by mistake.

parent ad689eb4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,8 +19,8 @@ coverage run --rcfile=$RCFILE --append -m pytest --log-level=INFO --verbose \
    common/message_broker/tests/test_unitary.py \
    common/rpc_method_wrapper/tests/test_unitary.py

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

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