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

Incorrectly formatted output for tests failing due to extra calls to input #68

Open
jhcole opened this issue Sep 3, 2024 · 1 comment
Labels
bug Something isn't working
Milestone

Comments

@jhcole
Copy link
Contributor

jhcole commented Sep 3, 2024

image

@jhcole jhcole added this to the Parity milestone Sep 3, 2024
@jscarfo11
Copy link
Member

After debugging, this is due to the way our format error function works when using the test.failure exception attribute. When using this, it takes the str of the error message that is set as the error message and passes the values to the init of that error message. Leaving this as a note for help refactoring the errors after #86 is merged.

@jscarfo11 jscarfo11 added the bug Something isn't working label Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants