the-mindscape-of-bro-tsong/tests
wantsong 3f6f00a82e Close Round 04.1 selector patch 2026-06-18 02:27:12 +08:00
..
README.md feat: build model library mvp foundation 2026-06-17 01:59:56 +08:00
intellectual_archaeology.regression.json Close Round 04.1 selector patch 2026-06-18 02:27:12 +08:00
qpi.regression.json Close Round 04.1 selector patch 2026-06-18 02:27:12 +08:00
regression_cases.json Close Round 04.1 selector patch 2026-06-18 02:27:12 +08:00
regression_index.json Close Round 04.1 selector patch 2026-06-18 02:27:12 +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_round04_blind_routing.py Close Round 04.1 selector patch 2026-06-18 02:27:12 +08:00
test_round04_post_patch_verification.py Close Round 04.1 selector patch 2026-06-18 02:27:12 +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.