* 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.
* Python3.3: Fix, packages without "__init__.py" didn't have the module
embedded.
* Tests improvement, make sure programs execute without the imported modules
accessible.
* Triggered by Issue#114 it became apparent that the programs test case won't
notice if the recursion does not work at all (which it did on develop at
some point).
* Also check the flags given to the test runner in order to detect typos.