Skip to content

testRestrictedPythonSecurity: simplify and normalize multi lines tests

Jérome Perrin requested to merge feat/normalize_restricted_test into master

Always use textwrap.dedent implicitly so that we don't have to do it in every test and disable the way of making multi lines scripts by passing multiple arguments. Now there's only one way to do and every tests use the same way

Merge request reports