nasa / fpp

F Prime Prime: A modeling language for F Prime
https://fprime.jpl.nasa.gov
Apache License 2.0
41 stars 31 forks source link

Making fpp-to-json functional tests as good as other fpp-to-x tools #464

Open mosa11aei opened 2 weeks ago

mosa11aei commented 2 weeks ago

Out of all of the fpp-to-x tools, fpp-to-json seems to be the most brittle. This is in large part due to the fact that there are not many test cases to cover all edge cases, as seen with many of the other fpp-to-x tools. Since this is the case, there are fewer cases to run the fpp trace over, and thus can cause critical gaps in the fpp bitmap.

This issue tracks the improvement of the fpp-to-json functional tests to match the quality of the tests seen with the other tools.