Skip to content
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

[feature] Add numeric assertions for numerical comparisons #286

Closed
beluamat29 opened this issue May 8, 2024 · 2 comments
Closed

[feature] Add numeric assertions for numerical comparisons #286

beluamat29 opened this issue May 8, 2024 · 2 comments
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@beluamat29
Copy link
Collaborator

Is your feature request related to a problem? Please describe.

Even though numerical comparisons can be achieved using boolean assertions (like assert.isTrue(3 < 4)) I think is more semantically correct to have numerical assertions to compare numbers that don't involve boolean assertions i.e isLessThan, isGreaterThan, etc.

Describe the solution you'd like

I'd be great if we can add assertions for the cases greater than, greater or equal than, less than and less or equal than

@beluamat29 beluamat29 added enhancement New feature or request good first issue Good for newcomers labels May 8, 2024
@ngarbezza ngarbezza assigned beluamat29 and unassigned ngarbezza May 8, 2024
@ngarbezza
Copy link
Owner

@allcontributors please add @beluamat29 as contributor for code, tests, translations and documentation

Copy link
Contributor

@ngarbezza

We had trouble processing your request. Please try again later.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants