the-mindscape-of-bro-tsong/tests
wantsong ddaa0cf35b fix: harden qpi selector round 03.1 review 2026-06-17 22:10:58 +08:00
..
README.md feat: build model library mvp foundation 2026-06-17 01:59:56 +08:00
intellectual_archaeology.regression.json feat: build model library mvp foundation 2026-06-17 01:59:56 +08:00
qpi.regression.json fix: harden qpi selector round 03.1 review 2026-06-17 22:10:58 +08:00
regression_cases.json fix: harden qpi selector round 03.1 review 2026-06-17 22:10:58 +08:00
regression_index.json feat: build model library mvp foundation 2026-06-17 01:59:56 +08:00
test_card_contract.py feat: build model library mvp foundation 2026-06-17 01:59:56 +08:00
test_rebuild_indexes.py feat: build model library mvp foundation 2026-06-17 01:59:56 +08:00
test_validate_model_library.py fix: harden qpi selector round 03.1 review 2026-06-17 22:10:58 +08:00

README.md

Tests

This folder will contain regression cases for cognitive model use.

Regression cases are not only code tests. They are also product tests for whether a model is called appropriately.

Each core model should eventually include:

  • Positive cases
  • Boundary cases
  • Misuse cases

Current v0.2 regression data lives in:

  • qpi.regression.json
  • intellectual_archaeology.regression.json
  • regression_cases.json

The per-model files are the human-review source of truth. The aggregate file is used by validation scripts.

Each core model should include at least 15 cases covering:

  • Positive cases
  • Boundary cases
  • Misuse cases
  • No-call cases
  • Selector gate cases
  • Pipeline cases

Python unit tests for local validation live beside the product regression data. They test repository scripts, not cognitive model behavior directly.