Geometry and environment feature updates - merge to refactored version
Hi, I have added some features in the geometry and the environment. These features are a new Path class which is a collection of points, a new method that explicitly calculates the length between 2 points and also an exponential refractive index in the environment.
All these features are tested in the radio branch and they work fine. I want to implement them in the new refactored version, add tests and open a merge request.
I run to the following issue. In the refactored version, I can't seem to find a way to build and run independently from testFramework
the testGeometry
file where I want to add my tests. The same applies to the environment. In the previous version one could simply work with each test independently. Now tests seem to be grouped together, if I understand correclty.
If I want to add tests in testGeometry
for example, I have to go through the whole testFramework
or is there a way around this?
Thank you for your comments.