brought unittest coverage up to 100% on control modules

This commit is contained in:
2022-03-13 15:44:53 +01:00
parent 9fde231250
commit 6f082288d8
6 changed files with 113 additions and 5 deletions

View File

@ -65,3 +65,7 @@ class ServerException(Exception):
class HelpRequested(ServerException):
pass
class CommandError(ServerException):
pass