mirror of
https://github.com/elder-plinius/OBLITERATUS.git
synced 2026-08-17 16:37:30 +02:00
1.0 KiB
1.0 KiB
Summary
- TBD
Tests
python -m ruff check --select F app.py obliteratus tests scriptspython -m ruff check --select E501 --statistics obliteratus tests scripts/gemma4_12b_recursive_loop.pyreviewed as known non-blocking line-length debtpython -c 'import obliteratus; print(getattr(obliteratus, "__version__", "import ok"))'python -m obliteratus --helppython -m pytestpython -m build --sdist --wheel
Checklist
- Relevant tests were added or updated for new behavior.
- The full test suite passes locally or the CI result is linked.
- Documentation or examples were updated when user-facing behavior changed.
- No secrets, credentials, generated provider files, or unrelated changes are included.
- Any CI action or standalone-tool pin change also updates
ci/digests.txt.
Legacy cleanup PRs may receive missing tests as a one-time maintainer courtesy when the change is already otherwise clean. New changes are expected to include relevant tests and keep the full suite passing.