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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Show contract name in fuzzing results #783

Closed
rappie opened this issue Jun 6, 2022 · 1 comment
Closed

Feature request: Show contract name in fuzzing results #783

rappie opened this issue Jun 6, 2022 · 1 comment

Comments

@rappie
Copy link

rappie commented Jun 6, 2022

When end-to-end testing multiple contracts it would be nice to see which contracts has been called to fail the test.

Current output

testBet(): failed!馃挜
  Call sequence, shrinking (1736/5000):
    setLp(0x0)
    testBet()

Suggested output

testBet(): failed!馃挜
  Call sequence, shrinking (1736/5000):
    Core.setLp(0x0)
    E2E.testBet()
@arcz
Copy link
Member

arcz commented Feb 29, 2024

Fixed in #1181.

@arcz arcz closed this as completed Feb 29, 2024
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

No branches or pull requests

2 participants