Initial commit
Some checks failed
CI / test (push) Failing after 1m20s
Lint / test (push) Failing after 28s
Trivy / test (push) Successful in 23s

This commit is contained in:
Miguel Jacq 2026-01-02 09:59:52 +11:00
commit fe58397da7
Signed by: mig5
GPG key ID: 59B3F0C24135C6A9
17 changed files with 2547 additions and 0 deletions

6
tests.sh Executable file
View file

@ -0,0 +1,6 @@
#!/bin/bash
set -eo pipefail
# Pytests
poetry run pytest -vvvv --cov=src/cspresso --cov-report=term-missing --disable-warnings