From 0ae62544a4e943c2a576003bde3ec12ca16d5982 Mon Sep 17 00:00:00 2001 From: Daniel <daniel@harvey> Date: Mon, 23 Mar 2020 12:39:11 +0100 Subject: [PATCH] DOC: Added a small "Getting started" into README.md. --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 2465f8c..390cd85 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,15 @@ This is the **CaosDB Python Integration Tests** repository and a part of the 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). + +If you want to run just a single test, you can also select a single test file: +`pytest-3 tests/test_issues.py` # Further Reading -- GitLab