Hi Vincent, > I like the idea of better testing for our python packages, but would it be > possible to avoid embedding the python code as scheme strings ? > Like in a separate pure-python file. I don’t know how unfortunately. Any ideas?
I moved it into a separate top-level variable now and turned it into a single multi-line Scheme string. That makes it easier to read. Cheers, Lars