I did follow the instructions under the Testing section in howto.txt. That is, I installed a development egg of Coverage.py and created a coverage_test_egg.pth. Running make isn't mentioned.
PS C:\Users\Arve\VCSCheckouts\Coverage_py> nosetests -x
C:\Python26\lib\site-packages\nose-0.11.1-py2.6.egg\nose\plugins\base.py:72: RuntimeWarning: Plugin <nose.plugins.cover.
Coverage object at 0x02776170> has conflicting option string: option --with-coverage: conflicting option string(s): --wi
th-coverage and will be disabled
"be disabled" % (self, e), RuntimeWarning)
Traceback (most recent call last):
File "C:\Python26\Scripts\nosetests-script.py", line 8, in <module>
load_entry_point('nose==0.11.1', 'console_scripts', 'nosetests')()
File "C:\Python26\lib\site-packages\nose-0.11.1-py2.6.egg\nose\core.py", line 113, in __init__
argv=argv, testRunner=testRunner, testLoader=testLoader)
File "C:\Python26\lib\unittest.py", line 816, in __init__
self.parseArgs(argv)
File "C:\Python26\lib\site-packages\nose-0.11.1-py2.6.egg\nose\core.py", line 130, in parseArgs
self.config.configure(argv, doc=self.usage())
File "C:\Python26\lib\site-packages\nose-0.11.1-py2.6.egg\nose\config.py", line 299, in configure
self.plugins.configure(options, self)
File "C:\Python26\lib\site-packages\nose-0.11.1-py2.6.egg\nose\plugins\manager.py", line 254, in configure
cfg(options, config)
File "C:\Python26\lib\site-packages\nose-0.11.1-py2.6.egg\nose\plugins\manager.py", line 82, in __call__
return self.call(*arg, **kw)
File "C:\Python26\lib\site-packages\nose-0.11.1-py2.6.egg\nose\plugins\manager.py", line 150, in simple
result = meth(*arg, **kw)
File "C:\Python26\lib\site-packages\nose-0.11.1-py2.6.egg\nose\plugins\cover.py", line 118, in configure
self.coverErase = options.cover_erase
AttributeError: Values instance has no attribute 'cover_erase'