Namespace rpycTests
Classes
rpycUnitTests
The following tests may seem a bit complicated, but since we need to
test with other processes, this takes time and thus we need to
implement waiting methods. We leverage the UnityTest attribute
for our waits. Contrary to regular C#, we can nest yield return calls
and get the "intuitive" behaviour.