the application was rewritten a bit to be more testable

This commit is contained in:
Martin
2016-06-28 18:59:20 +02:00
parent 27542b9ebb
commit 2edf0ba8b0
14 changed files with 122 additions and 54 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ class CommandException(Exception):
class Cluster(object):
def __init__(self, url):
def __init__(self, url=None):
self.url = url
def run_command(self, command):