OS2mo integration for SD.
podman compose up -d
Configuration is done through environment variables. Available options can be
seen in sdtoolplus/config.py
. Complex variables such as dict or lists can be
given as JSON strings, as specified by Pydantic's settings parser.
After starting the project, tests can be run using pytest, for example:
podman compose stop sdtool-plus
podman compose run --rm sdtool-plus pytest tests/integration/test_engagement_timeline.py
All tests should be runnable both locally and in CI -- it is considered a bug if not.