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

test: validate ETHBankContract logic #41

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

zintarh
Copy link
Collaborator

@zintarh zintarh commented Apr 20, 2024

No description provided.

@zintarh zintarh self-assigned this Apr 20, 2024
Copy link
Contributor

@sprtd sprtd left a comment

Choose a reason for hiding this comment

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

@kateberryd please take a look at the reviews

@@ -12,15 +14,121 @@ describe("ETHBank Test Suite", function () {

describe("Post Deployment State Variables", async () => {
Copy link
Contributor

Choose a reason for hiding this comment

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

This describe block should be Deployment

});
});

describe("Transactions", async () => {
describe("Deposit Validations", async () => {
Copy link
Contributor

Choose a reason for hiding this comment

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

Under Transactions, you should have sub-wrappers - Deposit and Withdrawal
To appropriately categorize your test cases, under each of these, ensure you have corresponding Validation, Transactions and Events describe wrappers and each with its it test case

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