pierresouchay / consul-rust

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

Refactoring session unit tests: #41

Closed jmcconnell26 closed 3 years ago

jmcconnell26 commented 4 years ago
* Creating set_up and tear_down methods to create client and aunique
  identifier for each path, allowing for tests to run in paralllel
* Adding individual tests for the following functionalities:
    * Create
    * Destroy
    * Info
    * List
    * Node
    * Renew
pierresouchay commented 3 years ago

Hello @jmcconnell26 , There are some conflicts it seems, can you try rebasing on master?

jmcconnell26 commented 3 years ago

Replacing with https://github.com/pierresouchay/consul-rust/pull/56