Skip to content

feat: better output -> wrap each spec in describe #39

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

srghma
Copy link
Contributor

@srghma srghma commented May 6, 2025

before

Running tests for package: record-extra-srghma
appendRecord
  ✓︎ appends overlapping subrecords with Semigroup values (String)
  ✓︎ appends with numeric values using addition
  ✓︎ does nothing when smaller is empty
CompareRecordTests
  ✓︎ compares two records deterministically
FoldlValuesTests
  ✓︎ foldlValues
  ✓︎ foldlValues1

after

Running tests for package: record-extra-srghma
Test.Tests.AppendRecordSpec » appendRecord
  ✓︎ appends overlapping subrecords with Semigroup values (String)
  ✓︎ appends with numeric values using addition
  ✓︎ does nothing when smaller is empty
Test.Tests.CompareRecordSpec » CompareRecordTests
  ✓︎ compares two records deterministically
Test.Tests.FoldlValuesSpec » FoldlValuesTests
  ✓︎ foldlValues
  ✓︎ foldlValues1

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