Skip to content

Commit d13c3a3

Browse files
MaxGhenisclaude
andauthored
Fix tier manifest: unit 199 per CI collection (env-dependent collection undercounted in .venv-gate) (#158)
The W1 floors merge (#154) carried a manifest recounted in .venv-gate, which lacks openpyxl and under-collects 10 conditionally-collected unit tests; CI's collection is authoritative. Master's tier-policy check is red until this lands. Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
1 parent d9d0a68 commit d13c3a3

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

tests/README-tiers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ pytest --collect-only -q -m oracle_policyengine | tail -1
3333

3434
| Tier | Tests at HEAD |
3535
|---|---:|
36-
| `unit` | 189 |
36+
| `unit` | 199 |
3737
| `artifact` | 744 |
3838
| `integration_psid` | 782 |
3939
| `reproduction_legacy` | 520 |
4040
| `oracle_policyengine` | 156 |
41-
| **Total** | **2,391** |
41+
| **Total** | **2,401** |

tests/tier_counts.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"schema_version": 1,
33
"counts": {
4-
"unit": 189,
4+
"unit": 199,
55
"artifact": 744,
66
"integration_psid": 782,
77
"reproduction_legacy": 520,

0 commit comments

Comments
 (0)