mirror of
https://github.com/semantica-agi/semantica.git
synced 2026-09-13 04:04:09 +00:00
* test(benchmarks): add git-lfs infrastructure validation checks * fix(benchmarks): add assertions and skip markers to LFS validation tests Three tests had no assertions and always passed vacuously. Replace with real assertions gated by pytest.mark.skip so logic is reviewed now and enforcement is enabled later by removing the decorator. Also fix fragile CWD-relative paths to use Path(__file__)-anchored roots, drop unused os import and dead expected_patterns list, replace os.walk with Path.rglob, and add missing newline at EOF. --------- Co-authored-by: KaifAhmad1 <kaifahmad087@gmail.com>