Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openbis
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sispub
openbis
Commits
d197030e
Commit
d197030e
authored
5 years ago
by
Swen Vermeul
Browse files
Options
Downloads
Patches
Plain Diff
added instructions how to test pybis and obis locally
parent
185a3852
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
integration-tests/TEST_PYTHON_LIBRARIES_LOCALLY
+17
-0
17 additions, 0 deletions
integration-tests/TEST_PYTHON_LIBRARIES_LOCALLY
with
17 additions
and
0 deletions
integration-tests/TEST_PYTHON_LIBRARIES_LOCALLY
0 → 100644
+
17
−
0
View file @
d197030e
# 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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment