From d197030efe7747a85bf5ad4abab9efe6f9c9dfa2 Mon Sep 17 00:00:00 2001
From: vermeul <swen@ethz.ch>
Date: Tue, 27 Aug 2019 12:29:32 +0200
Subject: [PATCH] added instructions how to test pybis and obis locally

---
 integration-tests/TEST_PYTHON_LIBRARIES_LOCALLY | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 integration-tests/TEST_PYTHON_LIBRARIES_LOCALLY

diff --git a/integration-tests/TEST_PYTHON_LIBRARIES_LOCALLY b/integration-tests/TEST_PYTHON_LIBRARIES_LOCALLY
new file mode 100644
index 00000000000..025024e43c9
--- /dev/null
+++ b/integration-tests/TEST_PYTHON_LIBRARIES_LOCALLY
@@ -0,0 +1,17 @@
+# 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
-- 
GitLab