Skip to content

slaprunner: fix popen on python3

Jérome Perrin requested to merge fix/slaprunner-py3 into master

On python3 several views were not functional, because subprocess output was retrieved as bytes, but manipulated as a string.

This adds a few tests for views, not complete because it would be too much time consuming for now.

Merge request reports