byte-physics / igortest

Igor Pro Universal Testing Framework
https://docs.byte-physics.de/igor-unit-testing-framework/
BSD 3-Clause "New" or "Revised" License
7 stars 2 forks source link

Bug-Fix: missing assertion name #322

Closed Garados007 closed 1 year ago

Garados007 commented 1 year ago

During the changes in 09a1dfc (Output summary at the end of test run, 2022-11-11) the output of the assertion message got broken. The message won't show any longer the assertion line that triggered the error.

A testcase is added to Various to prevent this error in the future.

Fix: #321