Actually using python may not even be the problem, especially for the external setup - but at least at the CALL parts in needs to skip the language barrier (it could start a system process or load the shared object and passing data to it "as in C").
As the checked data is of local scope, the tests would have to be added to the program itself, which would be possible by adding the test stubs as ENTRYs, which then can also be called from outside.
For the test setup, see #103
Actually using python may not even be the problem, especially for the external setup - but at least at the
CALL
parts in needs to skip the language barrier (it could start a system process or load the shared object and passing data to it "as in C").As the checked data is of local scope, the tests would have to be added to the program itself, which would be possible by adding the test stubs as
ENTRY
s, which then can also be called from outside.