-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
fix: display test results for tests with same name #1097
Conversation
@onbjerg ethers 1087 is now merged |
55a091a
to
510f67d
Compare
Now looks like
Cleaning up |
I have to adjust some tests before merge |
@@ -3,7 +3,7 @@ pragma solidity >=0.8.0; | |||
|
|||
import "ds-test/test.sol"; | |||
|
|||
contract DSStyleTest is DSTest { | |||
contract DappToolsParityTest is DSTest { |
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.
This test was improperly named!
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.
the multi contract runner indeed is getting messy
Companion PR: gakonst/ethers-rs#1087
Before and after:
Remaining tasks
Closes #1062
Closes #392