tschwecke / harvey

Easy and fast integration testing of RESTful web services
21 stars 9 forks source link

moving common cli functions to utils, adding more tests, and some house keeping #89

Closed mac- closed 9 years ago

mac- commented 9 years ago

I know this looks like a lot of changes, but most of it is fixing indentation, swapping " in favor of ', and adding missing semicolons.

The main functional change I made though was to move the common functions out of the ./bin/* files and into the utils folder.