From 0a509a6286675398a75215494f575245bbfbf2f4 Mon Sep 17 00:00:00 2001 From: Daniel <d.hornung@indiscale.com> Date: Tue, 21 Mar 2023 16:59:01 +0100 Subject: [PATCH] DOC: Minor addition in README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 043e03c..b12924b 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ CaosDB project. - Modify `pycaosdb.ini.template` and save it as `pycaosdb.ini`, taking care of the following points: - Certificates must be valid and be specified in `pycaosdb.ini`. - Server-side scripting paths must be given, otherwise server-side scripting will be omitted. + - Paths for the file tests must exist, or be creatable by the testing script and the server. - Run the tests with `pytest` or `pytest-3` (depending on your system). - If you want to run just a single test, you can also select a single test file: `pytest-3 tests/test_issues.py` -- GitLab