parent
8f0a85aee1
commit
2603a0b76e
|
@ -3,7 +3,7 @@ write and report coverage data using the 'figleaf' module.
|
||||||
"""
|
"""
|
||||||
import py
|
import py
|
||||||
|
|
||||||
figleaf = py.test.importorskip("figleaf.annote_html")
|
figleaf = py.test.importorskip("figleaf.annotate_html")
|
||||||
|
|
||||||
def pytest_addoption(parser):
|
def pytest_addoption(parser):
|
||||||
group = parser.addgroup('figleaf options')
|
group = parser.addgroup('figleaf options')
|
||||||
|
|
Loading…
Reference in New Issue