lmco / streamflow

StreamFlow™ is a stream processing tool designed to help build and monitor processing workflows.
https://github.com/lmco/streamflow/wiki
Apache License 2.0
253 stars 69 forks source link

Improve code coverage of server and web code #7

Open juliencruz opened 9 years ago

juliencruz commented 9 years ago

Additional unit and integration tests are required for the streamflow-engine module to increase code coverage of the server code. This task should also ensure that all existing test cases are up to date and properly test each critical piece of code.

AngularJS test cases should be implemented to verify controller logic in the web code.