-
Notifications
You must be signed in to change notification settings - Fork 0
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
Feat/add bulker tests e2e #68
Conversation
452fb30
to
4f1b164
Compare
bc01648
to
12bff66
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I cannot approve but lgtm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
in summary:
- variable names shouldn't be shortened (
wAllowance
=>wethAllowance
) - test suites names should be clearer
- please review this pr and rebase
- test assertion error should always contain expected vs received value -->
expected [...] to be ${expectedValue}, received ${receivedValue}
- no need to do
refreshAll
+refetchData
- the mechanism around the
approve
function is weird (why do we need to revoke the approval since we're reverting to a snapshot between every tests)? If really needed I would rather approve everything in thebeforeEach
function and revoke everything in theafterEach
12bff66
to
24cddf8
Compare
Most of reviews have been applied. On the @oumar-fall On another note, I'm not sure the renaming of test suite really makes a difference, but I'm not disturbed by the change neither. I feel like it's a little bit micro-managing the codebase while the tests names are explicit and that we don't have precise conventions on this. I think it would be good to have conventions then, to avoid renaming everything everytime. (I'm not even 100% sure the renaming will suit you based on your comment, to be honest. 😳 I think it can quickly lead to anyone having its own naming convention by habit, and renaming everything many times, for no real improvements of the codebase.) I'd be happy to have your opinion and a little bit more of what you think about that, what was unclear in the naming, etc. On the naming variables, I fully agree though, namings should be consistent, that was a good point. |
24cddf8
to
f6567ec
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
format big numbers in messages
Signed-off-by: Guillaume Hivert <[email protected]>
Signed-off-by: Guillaume Hivert <[email protected]>
Signed-off-by: Guillaume Hivert <[email protected]>
Signed-off-by: Guillaume Hivert <[email protected]>
Signed-off-by: Guillaume Hivert <[email protected]>
Signed-off-by: Guillaume Hivert <[email protected]>
Signed-off-by: Guillaume Hivert <[email protected]>
Signed-off-by: Guillaume Hivert <[email protected]>
Signed-off-by: Guillaume Hivert <[email protected]>
Signed-off-by: Guillaume Hivert <[email protected]>
Signed-off-by: Guillaume Hivert <[email protected]>
Signed-off-by: Guillaume Hivert <[email protected]>
Signed-off-by: Guillaume Hivert <[email protected]>
Signed-off-by: Guillaume Hivert <[email protected]>
Signed-off-by: Guillaume Hivert <[email protected]>
Signed-off-by: Guillaume Hivert <[email protected]>
Signed-off-by: Guillaume Hivert <[email protected]>
Signed-off-by: Guillaume Hivert <[email protected]>
Signed-off-by: Guillaume Hivert <[email protected]>
Signed-off-by: Guillaume Hivert <[email protected]>
Signed-off-by: Guillaume Hivert <[email protected]>
Signed-off-by: Guillaume Hivert <[email protected]>
Signed-off-by: Guillaume Hivert <[email protected]>
Signed-off-by: Guillaume Hivert <[email protected]>
Signed-off-by: Guillaume Hivert <[email protected]>
…pter Signed-off-by: Guillaume Hivert <[email protected]>
Signed-off-by: Guillaume Hivert <[email protected]>
Signed-off-by: Guillaume Hivert <[email protected]>
Signed-off-by: Guillaume Hivert <[email protected]>
b1b280f
to
9016a89
Compare
🎉 This PR is included in version 2.1.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Description of change
Closes: #60
Pull-Request Checklist
main
branchFixes #0000