Skip to content
Snippets Groups Projects
Commit 88d60e5d authored by Florian Spreckelsen's avatar Florian Spreckelsen
Browse files

DOC: Extend getting started section

parent 753f654a
Branches
Tags
1 merge request!2Readme remote server
...@@ -7,10 +7,12 @@ CaosDB project. ...@@ -7,10 +7,12 @@ CaosDB project.
# Getting started # # Getting started #
To run tests, start up a CaosDB server (documentation for this can be found To run tests, start up a CaosDB server in debug mode (documentation
elsewhere). Then modify `pycaosdb.ini.template` accordingly and save it as for this can be found elsewhere). Then modify `pycaosdb.ini.template`
`pycaosdb.ini`. Then you can run the tests with `pytest` or `pytest-3` accordingly and save it as `pycaosdb.ini`. Specify the paths for tests
(depending on your system). 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: If you want to run just a single test, you can also select a single test file:
`pytest-3 tests/test_issues.py` `pytest-3 tests/test_issues.py`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment