You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Replace `FileNotFoundError` in `MRTFixture` with `pytest.fail()` for cleaner test output when `alembic.ini` is missing (PR #22).
14
+
15
+
### Changed
16
+
- Extract hardcoded `"claude-opus-4-5"` model name to `config.DEFAULT_EXPLAIN_MODEL` constant; add `MRTConfig.explain_model` field to allow overriding the model without modifying CLI code (PR #22).
17
+
- Add `License :: OSI Approved :: MIT License` classifier to PyPI metadata (PR #25).
18
+
19
+
### Refactored
20
+
- Introduce `pytest_mrt/exceptions.py` with `MRTConfigError`; decouple `MRTFixture` from pytest by raising a plain Python exception instead of calling `pytest.fail()` directly — the `mrt` fixture wrapper now handles the conversion (PR #24).
21
+
22
+
---
23
+
10
24
## [1.0.0] — 2026-06-06
11
25
12
26
First stable release. All v1.0 target criteria met.
0 commit comments