From 699ed7be40942ab8391f72901967ee9315d2bbd8 Mon Sep 17 00:00:00 2001 From: someone Date: Sun, 2 Jun 2024 23:04:53 +0200 Subject: [PATCH] Added testing instructions --- rvault_description.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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