Skip to content

Implement unit tests for ProcessInfo

With this change, the tests which are implemented check that ProcessInfo can read attributes of a process properly. The checked attributes are the current working directory of the process, the validity of the process and the name and arguments of the process.

Merge request reports