I need to add the following to the test script:
sys.path[sys.path.index('')] = os.path.realpath('')
That's only required when I run through `coverage`; the problem is that
the coverage module changes the working directory to "_trial_temp" (the
default setting).
\malthe