My SUT looks like:
foo.py bar.py tests/__init__.py [empty] tests/foo_tests.py tests/bar_tests.py tests/integration/__init__.py [empty] tests/integration/foo_test
touch __init__.py; nosetests --with-coverage --cover-package=`pwd | sed 's@.*/@@g'`