Nothing Special   »   [go: up one dir, main page]

Skip to content

Commit

Permalink
[FIX] tests: better test traceback
Browse files Browse the repository at this point in the history
The motivation of this commit is to get a correct pathname on an
ir_logging when a test fail .

The main issue comes from subtest since an exception inside a subtest
will have only a partial traceback, not containing the line triggering
the error in the test method.

This can also affect debugging since a part of the stack is missing.

See pull request for more informations

Part-of: #108170
  • Loading branch information
Xavier-Do committed Dec 16, 2022
1 parent 4457807 commit 2b6a8bc
Show file tree
Hide file tree
Showing 3 changed files with 572 additions and 12 deletions.
Loading

0 comments on commit 2b6a8bc

Please sign in to comment.