Skip to content

test: validate ETHBankContract logic#41

Open
zintarh wants to merge 4 commits intoBlockheaderWeb3-Community:mainfrom
zintarh:ETHBank_validate_logic
Open

test: validate ETHBankContract logic#41
zintarh wants to merge 4 commits intoBlockheaderWeb3-Community:mainfrom
zintarh:ETHBank_validate_logic

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