Skip to content

refactor: clojure.test/are for tabular test cases - #5

Merged
Schroedingberg merged 1 commit into
mainfrom
test-are
Jul 12, 2026
Merged

refactor: clojure.test/are for tabular test cases#5
Schroedingberg merged 1 commit into
mainfrom
test-are

Conversation

@Schroedingberg

Copy link
Copy Markdown
Owner

Follow-up to #4 (auto-merge fired before this landed): the new/touched table-driven tests use are instead of doseq+is — failure output substitutes the failing row into the template. 53 tests / 175 assertions green under bb and JVM.

🤖 Generated with Claude Code

are's failure output substitutes the failing row into the template,
which beats doseq + (is ... (pr-str x)) labels.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@Schroedingberg
Schroedingberg enabled auto-merge (squash) July 12, 2026 10:59
@Schroedingberg
Schroedingberg merged commit 0ca3a64 into main Jul 12, 2026
5 checks passed
@Schroedingberg
Schroedingberg deleted the test-are branch July 12, 2026 10:59
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