From 3cf5a613598843d9f3f208b7e0874b0a475c0afd Mon Sep 17 00:00:00 2001 From: Timm Fitschen <t.fitschen@indiscale.com> Date: Mon, 22 Feb 2021 11:03:22 +0100 Subject: [PATCH] update README for running tests against remote server --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 2a11f69..0892945 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,13 @@ CaosDB project. - If you want to run just a single test, you can also select a single test file: `pytest-3 tests/test_issues.py` +## Run tests agains a remote caosdb server + +* There is a special mark `local_server`, which marks all test which cannot + pass when the server is not on the host where the test suite is running. +* Start tests with `pytest -m "not local_server"` or + `tox -- -m "not local_server"`. + # Further Reading Please refer to the [official gitlab repository of the CaosDB -- GitLab