Skip to content

feat: provide additional order assertions is_before, is_after and is_between#16

Merged
haraldmaida merged 3 commits into
mainfrom
feat/provide-additional-order-assertions
Apr 20, 2025
Merged

feat: provide additional order assertions is_before, is_after and is_between#16
haraldmaida merged 3 commits into
mainfrom
feat/provide-additional-order-assertions

Conversation

@haraldmaida
Copy link
Copy Markdown
Member

For some types of values the intent of an assertion of the order of values could be better expressed with words "is before" and "is after". For example for date and time values it may be more clear to assert that some date is before April 20, 2025.

Therefore the additional assertions is_before, is_after and is_between have been implemented.

@haraldmaida haraldmaida added the enhancement New feature or request label Apr 20, 2025
@haraldmaida haraldmaida self-assigned this Apr 20, 2025
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 20, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.62%. Comparing base (4549502) to head (dd3665e).

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #16      +/-   ##
==========================================
+ Coverage   93.47%   93.62%   +0.15%     
==========================================
  Files          22       22              
  Lines        1991     2038      +47     
  Branches     1991     2038      +47     
==========================================
+ Hits         1861     1908      +47     
  Misses        124      124              
  Partials        6        6              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@haraldmaida haraldmaida merged commit c75cc7e into main Apr 20, 2025
18 checks passed
@haraldmaida haraldmaida deleted the feat/provide-additional-order-assertions branch April 20, 2025 03:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant