pytest_plugins = [ "test.fixtures.table_parsing", "test.fixtures.figure_detection", ] def pytest_make_parametrize_id(config, val, argname): return f" {argname}={val} "