Hack for py.test to programmatically add doctests from an explicitly specified module (as opposed to a package or glob pattern specified on the command line).
Define a conftest.py which instructs py.test to collect the doctests from a specific module when the conftest.py file itself is collected.