fix figleaf plugin import
--HG-- branch : 1.0.x
This commit is contained in:
@@ -3,7 +3,7 @@ write and report coverage data using the 'figleaf' module.
|
||||
"""
|
||||
import py
|
||||
|
||||
figleaf = py.test.importorskip("figleaf.annote_html")
|
||||
figleaf = py.test.importorskip("figleaf.annotate_html")
|
||||
|
||||
def pytest_addoption(parser):
|
||||
group = parser.addgroup('figleaf options')
|
||||
|
||||
Reference in New Issue
Block a user