GOB shared logic.
Include in a GOB project using:
pip install gobcore@git+https://github.com/Amsterdam/GOB-Core.git@vX.Y.Z
If you need to test with a local version of GOB-Core change the include line in requirements.txt
with:
-e <<local path to GOB-Core>>
docker compose build
docker compose run --rm test
docker compose build
docker compose run --rm python_310
Create a virtual environment:
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
Or activate the previously created virtual environment
source venv/bin/activate
Run the tests:
sh test.sh