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

Make test output more readable #32

Open
TorstenStueber opened this issue Dec 15, 2023 · 0 comments
Open

Make test output more readable #32

TorstenStueber opened this issue Dec 15, 2023 · 0 comments

Comments

@TorstenStueber
Copy link
Member

Currently the test runner uses console.log statements directly. Instead all output should be collected in memory and then be displayed as required.

This allows to:

  • display different verbosity levels (to be defined later)
  • display different nesting levels of nested calls (as done by the forge test runner)
  • not to display the different test runs of fuzz tests
  • only show the output of failed tests

For now it is enough that the test runner then displays the output from memory the same way as it is shown now. We will define the different output scenarios later.

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

1 participant