pauldemarco / socketcluster_client

SocketCluster.io Client for Dart
BSD 3-Clause "New" or "Revised" License
12 stars 10 forks source link

Test framework #4

Closed MichaelMarner closed 5 years ago

MichaelMarner commented 5 years ago

Adds unit tests for Parser, adds a test runner script for running unit tests in Travis CI and getting coverage reports in Coveralls.

You'll need to enable Travis and Coveralls on the repo if you'd like to use this. You can see the test results for my fork:

https://travis-ci.com/MichaelMarner/socketcluster_client

Build Status

And coverage:

https://coveralls.io/github/MichaelMarner/socketcluster_client

pauldemarco commented 5 years ago

Thanks for the contributions!