0
0
forked from toolshed/abra

docs: add README.md to document testing

This commit is contained in:
2021-10-16 12:26:43 +02:00
parent 78460ac0ba
commit 61452b5f32

4
pkg/client/README.md Normal file
View File

@ -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