Hi, do you see the test folder? There are some helpers. The point is that the source file `helpers.py` in reality contains specific stuff to help parsing the stuff. But in `test_parametric.py` I introduced some cool stuff that runs the tests using both python exposed function and the cli. I would like all that cool stuff to be used everywhere around the codebase. How would you do that?
