From 61452b5f320c3d87465d7eaebb0b3b23461e4af6 Mon Sep 17 00:00:00 2001 From: knoflook Date: Sat, 16 Oct 2021 12:26:43 +0200 Subject: [PATCH] docs: add README.md to document testing --- pkg/client/README.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 pkg/client/README.md diff --git a/pkg/client/README.md b/pkg/client/README.md new file mode 100644 index 00000000..6b8e7119 --- /dev/null +++ b/pkg/client/README.md @@ -0,0 +1,4 @@ +IMPORTANT POINT ABOUT CONTEXTS + +Please use context names starting with `testContext` for testing purposes to ensure that no data is lost. such as `testContext`, `testContext2`, `testContextFail` etc +