Skip to content
Snippets Groups Projects
Commit d197030e authored by Swen Vermeul's avatar Swen Vermeul
Browse files

added instructions how to test pybis and obis locally

parent 185a3852
No related branches found
No related tags found
No related merge requests found
# add the source folder to the PYTHONPATH:
export PYTHONPATH=/Users/vermeul/openbis/integration-tests/source:/Users/vermeul/openbis/integration-tests/sourceTest:$PYTHONPATH
# make sure you test the develop-version of pybis or obis
cd ~/openbis/pybis/src/python
pip install -e .
# ... and prevent this test-suite to install pybis from some source
vim openbis/integration-tests/source/test_pybis.py
# on line 34, make sure that
#self.installPybis()
# is commented out, otherwise your installation is being overwritten
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