Skip to content
Snippets Groups Projects

Resolve L2SS-1032 "Use constants in tests"

All threads resolved!
Merged Taya Snijder requested to merge L2SS-1032_use_constants_in_tests into master
All threads resolved!
Files
19
@@ -15,6 +15,7 @@ class AbstractCommClient(ABC):
def stop(self):
""" Stop communication with the client. """
@abstractmethod
def ping(self):
""" Check whether the connection is still alive.
Loading