Skip to content

Commit

Permalink
removed TEST function to separate unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
acutesoftware committed Mar 23, 2018
1 parent a140d30 commit 597b973
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions aikif/comms.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,10 @@ def __init__(self, name, pwd_hash):
self.name = name
self.pwd_hash = pwd_hash
self.inc_msg = 0



def __str__(self):
res = self.name
res += ' : ' + str(self.inc_msg) + ' incoming messages'
return res


TEST()

0 comments on commit 597b973

Please sign in to comment.