The function has_track_signal(title, signals) needs unit tests. Add a basic suite verifying it correctly identifies specific tracks from the job title.
Ensures our filtering logic reliably categorizes special tracks like 'Rotational' or 'Early Career'.
test_has_track_signal() in tests/test_filter.pypre-commit run --all-files