From 88d60e5dd6a76df15c95407df451eb1e99945397 Mon Sep 17 00:00:00 2001 From: fspreck <f.spreckelsen@indiscale.com> Date: Thu, 2 Jul 2020 17:35:20 +0200 Subject: [PATCH] DOC: Extend getting started section --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 390cd85..9ce77c9 100644 --- a/README.md +++ b/README.md @@ -7,10 +7,12 @@ CaosDB project. # Getting started # -To run tests, start up a CaosDB server (documentation for this can be found -elsewhere). Then modify `pycaosdb.ini.template` accordingly and save it as -`pycaosdb.ini`. Then you can run the tests with `pytest` or `pytest-3` -(depending on your system). +To run tests, start up a CaosDB server in debug mode (documentation +for this can be found elsewhere). Then modify `pycaosdb.ini.template` +accordingly and save it as `pycaosdb.ini`. Specify the paths for tests +of server side scripting and file handling and the SSL certificates +used by your CaosDB server in `pycaosdb.ini`. Then you can 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