Updates after testing

This commit is contained in:
emfurst 2026-03-30 20:42:08 -04:00
commit 04095c9970
15 changed files with 238 additions and 33 deletions

View file

@ -22,4 +22,5 @@ def test_load_staff_filters_to_ud(db_conn, fixtures_dir, tmp_path):
"SELECT total_staff, faculty_total, management_total FROM raw_ipeds_staff WHERE unitid = ?",
[UD_UNITID],
).fetchone()
assert row == (5081, 124, 1271)
# faculty_total=OCCUPCAT 200 (instruction/research), management_total=OCCUPCAT 300
assert row == (5081, 1271, 666)