Skip to content

test: skip csv correctness check when pandas is absent#613

Open
johnmungandiall wants to merge 1 commit into
DietrichGebert:mainfrom
johnmungandiall:fix-by-john
Open

test: skip csv correctness check when pandas is absent#613
johnmungandiall wants to merge 1 commit into
DietrichGebert:mainfrom
johnmungandiall:fix-by-john

Conversation

@johnmungandiall

Copy link
Copy Markdown

Guard the csv correctness test so npm test is green on a fresh clone without the optional pandas dependency. The csv: correct pandas one-liner passes test shells out to pandas; when it's absent the suite reported 1 failure. Now it probes pandas at load and uses test.skip when missing (the non-pandas csv test still runs).

Also re-adds kb/ to .gitignore (local agent KB context, not repo content).

Verified: npm test → 81 pass, 0 fail, 1 skipped (was 1 fail).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant