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

Fuzz test by using properties #28

Merged
merged 7 commits into from
Mar 23, 2024
Merged

Conversation

amsorrytola
Copy link

used fundamental properties to test addz,subz,mulz
for example in addition is associative,commutiative.

@amsorrytola
Copy link
Author

For
Addz functions tests if it's commutative,associative and if there exists a additive inverse and additive identity

For subz
It should be non commutative, non associative

For mulz
It should be
Non commutative, associative, distributive and multiplicative inverse should exist

@0xpanicError 0xpanicError self-requested a review March 23, 2024 17:57
Copy link
Member

@0xpanicError 0xpanicError left a comment

Choose a reason for hiding this comment

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

LGTM

@0xpanicError 0xpanicError merged commit 5b561de into BlocSoc-iitr:main Mar 23, 2024
3 checks passed
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.

2 participants