-
File was created by myself, free to use
-
…porary workaround for #398), corresponding test files are now zipped with password 'infected-test' (for #215)
-
test-cases: add support for encrypted corpus
-
json is messed up in pypy with warnings
-
This is kind of a hack, hope this can be removed once other branch is merged (see code comment)
-
This way, we get the output even in error case to simplify debugging
-
Instead of calling main() in current interpreter, fork a new one using call_and_capture
-
Prevent unwanted FileNotFoundError caused by wrong test code shadow actual msodde output
-
When adapting the test a while ago, Samir forgot that this one test tested with multiple args. That was unnecessary, anyway, so removed them.
-
Running main() within same interpreter capturing SystemExit and sys.stdout/err always causes trouble (at least in unittest). Fork another python process and capture from there, that is easier and cleaner in my view.