pierresouchay / consul-rust

Rust client libray for Consul HTTP API
Apache License 2.0
93 stars 48 forks source link

Refactoring KV unit tests: #40

Closed jmcconnell26 closed 3 years ago

jmcconnell26 commented 4 years ago
* Creating setup and tear down methods to create unique kv path for
  each test and clean up afterwards
* Adding individual tests for each of the following functionalities:
    * Add
    * Delete
    * Get
    * List
    * Put