Improve testset logs? #438
christiangnrd
started this conversation in
General
Replies: 1 comment 5 replies
-
I'm not sure, I'm actually not too familiar with the Test stdlib design. Much of the multprocess test runner came from the Base implementation of |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The way our tests are set up, whenever a a test fails, the error gets attributed to the top-level testset. It would be quite helpful if we could have the specific testset get reported.
For example, in this run, instead of
it would say
.
Since we already know which file and line to look for, it would be more helpful (assuming appropriately named testsets) to report the deepest testset.
I've looked into it a bit, and with multi-threaded tests, the testset structure seems to get lost when returning. Is there a way to preserve that information so the test log is more descriptive?
Beta Was this translation helpful? Give feedback.
All reactions