nitishm / vegeta-server

A RESTful API server for vegeta, a load testing tool written in Go.
MIT License
63 stars 17 forks source link

Make dispatcher and reporter more unit testable #44

Closed nitishm closed 5 years ago

nitishm commented 5 years ago

Dispatcher and Reporter packages are not written to be easily unit testable due to entangled dependencies.

This issue tracks all the refactor work that will be done to create unit tests for #13 .

nitishm commented 5 years ago

Changes made in #29 should improve the test-ability of the dispatcher package

nitishm commented 5 years ago

Can be closed.