colab-chat / colab-server

GNU General Public License v3.0
4 stars 1 forks source link

Add units tests for Message #30

Closed matthew-d-jones closed 7 years ago

matthew-d-jones commented 7 years ago

Closes #30

These are the first unit tests, so I've added how to run them to the readme. It also required tweaking the app __init__ to avoid trying to connect to Kafka unless the app is actually being created. Travis now also runs the unit tests.