diff --git a/rvault_description.txt b/rvault_description.txt index c6de8d1..9bd0e90 100644 --- a/rvault_description.txt +++ b/rvault_description.txt @@ -15,4 +15,7 @@ Implemented features include: - Implementation of dynamic routing to allow for exchangeable secret engines - Basic kv-store -The main development branch is the engine-kv branch. \ No newline at end of file +The main development branch is the engine-kv branch. + +To execute the tests navigate to rvault/go_client/tests and execute "go test -v ./..." +To clear the test cache use "go clean -testcache" \ No newline at end of file