Skip to content
Snippets Groups Projects
Unverified Commit 0ae62544 authored by Daniel's avatar Daniel
Browse files

DOC: Added a small "Getting started" into README.md.

parent 6199c110
Branches
Tags
No related merge requests found
...@@ -5,6 +5,15 @@ ...@@ -5,6 +5,15 @@
This is the **CaosDB Python Integration Tests** repository and a part of the This is the **CaosDB Python Integration Tests** repository and a part of the
CaosDB project. 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 # Further Reading
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment