I have a simple testing harness written in Python. Internally, it uses the Python unittest module.
When I hit cmd-r to run the testing scripting, pymate is eating the output from the test run *unless* I "print" at least a single newline prior to the TestCases' invocation.
Anyone seen this before? The workaround is trivial -- add a bare 'print' statement prior to passing control to the tests.
b.bum