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

Add foundry negative tests #18

Open
peaceandwhisky opened this issue Sep 5, 2024 · 0 comments
Open

Add foundry negative tests #18

peaceandwhisky opened this issue Sep 5, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@peaceandwhisky
Copy link
Contributor

peaceandwhisky commented Sep 5, 2024

Background

Currently, in the Foundry test code, normal tests have been implemented to verify whether each function operates correctly when given the correct variables. However, tests for verifying that the appropriate errors are returned when given abnormal variables or when performing operations that simulate potential attacks have not yet been implemented. These additional tests need to be added.

Plan

For issue #17, we anticipate the removal of the callback function, and since the tests will require significant refactoring after addressing this, it would be a good opportunity to add the negative tests at that time as well.

@peaceandwhisky peaceandwhisky changed the title Add foundry negative test Add foundry negative tests Sep 5, 2024
@peaceandwhisky peaceandwhisky added the enhancement New feature or request label Sep 5, 2024
@peaceandwhisky peaceandwhisky self-assigned this Sep 5, 2024
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

No branches or pull requests

1 participant