Skip to content
Snippets Groups Projects
Commit 130928b7 authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

DOC: how to run integration tests

parent 2c9cdc0b
No related branches found
No related tags found
No related merge requests found
# Installation
pip install . --user
pip install tox --user
......@@ -5,6 +6,11 @@ pip install tox --user
# Run Unit Tests
tox
# Code Formatting
# Run Integration Tests Locally
1. Mount `integrationtests/full_test/extroot` to the folder that will be used as
extroot. E.g. `sudo mount -o bind extroot ../../../caosdb-deploy/profiles/empty/custom/extroot`
2. Start an empty CaosDB instance
3. run test.sh
# Code Formatting
autopep8 -i -r ./
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment