From c01a88644d25dcb6425b3e9da73c8fe595bb2517 Mon Sep 17 00:00:00 2001 From: florian <f.spreckelsen@inidscale.com> Date: Wed, 11 Aug 2021 12:28:37 +0200 Subject: [PATCH] DOC: Add hint to config file --- README_SETUP.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README_SETUP.md b/README_SETUP.md index 8010511..5fe2c1e 100644 --- a/README_SETUP.md +++ b/README_SETUP.md @@ -44,6 +44,9 @@ julia> ]activate "/path/to/caosdb-julialib" julia> ]test ``` +Note that you must have a CaosDB client configuration (see above) with +a valid `"default"` configuration for all tests to succeed. + ## Code styling We use -- GitLab