* When removing the source code, these stopped to work, because they
were not properly inside the package.
* Expanded test to have this case and output the function repr to make
it possible to decide if compiled or not.
* Cleaned up the test runner for pacakges
* Cover the __loader__ attribute not being None.
* Enhanced output from test cases
* Made another basic test case "FunctionObjects" directly executable
with Python.