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

Printing current test in CI #92

Open
MilesCranmer opened this issue Aug 27, 2024 · 1 comment
Open

Printing current test in CI #92

MilesCranmer opened this issue Aug 27, 2024 · 1 comment

Comments

@MilesCranmer
Copy link

MilesCranmer commented Aug 27, 2024

I have this problem in my test suite where some tests can take a very long time, to the point that the GitHub action times out. However, I don't know which test this is. Is there a way for TestItemRunner to print this information?

Note that verbose=true only prints this info at the end of the test suite, rather than during.

@MilesCranmer
Copy link
Author

Since verbose is currently a bool, maybe we could upgrade it to an integer, and have verbose=2 print information during the running of the tests?

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