diff --git a/README_SETUP.md b/README_SETUP.md index a172a878a7aeed3c0ab5f51587330a6f351c991f..afea75279d347b1b7925a5972ec0b5b15274e708 100644 --- a/README_SETUP.md +++ b/README_SETUP.md @@ -1,3 +1,4 @@ + # 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 ./