You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(tests): skip gitignored-dataset tests on CI (#47)
tests/benchmarks/datasets/ is gitignored, so CI never has the DBLP-ACM
files. Two tests (test_autoconfig_parity_pins_unchanged,
test_auto_configure_df_dblp_acm_does_not_crash) tried to read them and
failed with FileNotFoundError. Now they pytest.skip when the data file
is absent.
Both tests remain effective on developer machines that have pulled the
Leipzig dataset. Parity pin contract is unchanged — the capture script
at tests/parity/capture_autoconfig_output.py is still the source of
truth for regenerating pins.
0 commit comments