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

Add IM Unit tests experiment #430

Closed Garados007 closed 1 year ago

Garados007 commented 1 year ago

This experiment allows to run test cases inside an independent module with tracing enabled for all IUTF files. This experiment creates a JUnit and Cobertura report at the end of the test run.

The IMUnitTests experiment replaces IMTest as it is more feature rich and includes all tests of IMTest.

See #425

Garados007 commented 1 year ago

@t-b I extracted the IM Unit Test experiment from PR #426. This experiment showcases how someone can do an instrumentation run inside independent modules.

@t-b @MichaelHuth This is ready for review.