mjalas / messaging-client

A simple message transport application.
MIT License
0 stars 1 forks source link

Add automated build tests #4

Open mjalas opened 8 years ago

mjalas commented 8 years ago

The first draft of the application was quite simple and it was sufficient to test it with the help of a echo server. However, to be able to grow the application, automated tests should be added.

mjalas commented 8 years ago

Added automated tests, but still need to add more tests to increase test coverage to 90%. Need to check that Tox really fails if the setup fails to package and install the application correctly.