DataDog / kvexpress

## Auto-archived due to inactivity. ## Go program to move data in and out of Consul's KV store.
Apache License 2.0
128 stars 13 forks source link

Could use more tests. #81

Open darron opened 8 years ago

darron commented 8 years ago

When I started developing this, I skipped testing because I didn't really know how and didn't want to get hung up on it. More backstory here.

As a result, many of the functions could be refactored to be more testable and tests could be added.

I would be overjoyed to accept patches with more tests.