Commit 0b04e3e
Register test_knowledge.py in CI test census (review fix)
The PR added lmfdb/knowledge/test_knowledge.py but left the Tests
workflow asserting exactly 43 test files, so every matrix job failed at
the census step before tests ran. Bump the count to 44 and assign the
new module to the knowls shard (alongside test_dynamic_knowls.py) in
both the proddb and devmirror matrix entries so it is actually run.
Verified: replicated census command (find ... | wc -l == 44) passes;
matrix_includes.json parses and lists the file in both shards;
sage -python -m pytest lmfdb/knowledge/test_knowledge.py -> 4 passed;
pyflakes clean.
Note: open PR #4 (ai/t07-negative-ranges) applies the same census bump
for its own new test file; the second to merge re-bumps to 45 (trivial
same-line conflict, intentional).
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent 35df6c9 commit 0b04e3e
2 files changed
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | | - | |
| 33 | + | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | | - | |
| 38 | + | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
| 93 | + | |
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| |||
0 commit comments