This repository collects a series of openBIS bugs, one per branch. The branches are named after the Jira ticket where the bug was reported.
- Install docker
- Install taskfile
- Checkout the branch corresponding to your bug
- Run:
task run_test
- Check the output of the python docker container
- Create a branch. Ideally the name of the branch corresponds to the ticket id of the bug you want to reproduce.
- Edit the python script here
- If needed, change the version of pybis in requirements.txt
- Run:
task run_test