Fix link to unit test example authored by Pascal Palenda's avatar Pascal Palenda
...@@ -62,7 +62,7 @@ Going forward IHTA uses [catch2](https://github.com/catchorg/Catch2) and [FakeIt ...@@ -62,7 +62,7 @@ Going forward IHTA uses [catch2](https://github.com/catchorg/Catch2) and [FakeIt
Any new functionality that is implemented should be unit tested. Try to break your code and test every code path that you can. Any new functionality that is implemented should be unit tested. Try to break your code and test every code path that you can.
An example for a unit test can be found [here](https://git.rwth-aachen.de/ita/ITABase/-/blob/feature/piecewisepolynomal_speedup/tests/UnitTest/ITABaseUnitTestPiesewisePolynomials.cpp). An example for a unit test can be found [here](https://git.rwth-aachen.de/ita/ITABase/-/blob/develop/tests/UnitTest/ITABaseUnitTestPiesewisePolynomials.cpp).
### Test case naming and tags ### Test case naming and tags
... ...
......