Skip to content

Do not swallow stderr/stdout from C code when running test coverage

Leo P. Singer requested to merge leo-singer/ligo.skymap:capsys into master

We want to be able to see any messages printed by the C assert() function or by the undefined behavior sanitizer. Make sure that pytest does not capture that output.

Merge request reports