Add test/style suite.

This commit is contained in:
Johan Bloemberg
2016-11-07 19:59:39 +01:00
parent 90eb6fb3fe
commit 4a82066144
6 changed files with 74 additions and 53 deletions

View File

@@ -62,4 +62,3 @@ class SerialReader(object):
if is_end_of_telegram(line):
yield self.telegram_parser.parse(telegram)
telegram = []