Adding tests for MsgLocal

Change-Id: Id9a2136593636bd07302bbb60b0fd8f1d327dae2
Signed-off-by: Eduardo Sousa <eduardosousa@av.it.pt>
diff --git a/tox.ini b/tox.ini
index a36b6ed..baf649b 100644
--- a/tox.ini
+++ b/tox.ini
@@ -4,7 +4,7 @@
 
 [testenv]
 basepython = python3
-deps = pytest
+deps = pytest pytest-asyncio
 commands = pytest
 
 [testenv:flake8]