Skip to content

Conversation

@BowTiedRadone
Copy link
Collaborator

This PR adds support for a new method to discard tests by returning (ok false). Users can now choose how to handle test accuracy analysis.

The two ways to use the discard functionality:

  1. Write a discard function following the composition rules.
  2. Add a conditional in the test and return (ok false) for tests to be discarded.

This PR resolves #53.

Copy link
Collaborator

@moodmosaic moodmosaic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🚀 If we can't cover this with tests, let's cover it with a dedicated example.

This commit introduces a new method to discard tests by returning (ok false).
Users can now choose how to handle test accuracy analysis.

The two ways to use the discard functionality:
1. Write a discard function following the composition rules.
2. Add a conditional in the test and return (ok false) for tests to be
   discarded.
@BowTiedRadone BowTiedRadone merged commit 4411604 into master Nov 20, 2024
@BowTiedRadone BowTiedRadone deleted the feat/discard-in-place branch November 20, 2024 16:26
@moodmosaic moodmosaic mentioned this pull request Dec 17, 2024
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.

Simplify Test Case Discarding

2 participants