Development
- Install dev dependencies with Poetry.
poetry install --all-extras --with dev,docs
poetry shell
pre-commit install
docker network create tomodachi-testcontainers
make test # Run tests during development
make test-docs-src # Test documentation code examples
make test-ci # Run all tests with code coverage
- Run all commit hooks at once.
export JAVA_HOME=`/usr/libexec/java_home -v 21`
java -jar plantuml.jar -DRELATIVE_INCLUDE="." docs/**/*.puml
docker run -d -p 8080:8080 plantuml/plantuml-server:jetty