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

Function name is reported as _bootstrap_fixtures_and_run_test in verbose reporting #3823

Closed
DRMacIver opened this issue Dec 26, 2023 · 2 comments

Comments

@DRMacIver
Copy link
Member

When running with --hypothesis-verbosity=verbose (or debug), a thing that I'm sure literal dozens of people have ever done, you'll see lots of messages of the form Trying example: _bootstrap_fixtures_and_run_test(. This is presumably an internal wrapper function of ours. It would be nice if these still showed the test name as they're meant to.

@Zac-HD
Copy link
Member

Zac-HD commented Dec 27, 2023

Nope, not ours! I'd guess this is a pytest plugin of some kind injecting a wrapper.

@Zac-HD Zac-HD closed this as completed Dec 27, 2023
@DRMacIver
Copy link
Member Author

Oh, interesting. Looks like it's pytest-trio's fault. I'll file a bug/make a PR there.

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