9 lines
131 B
Python
9 lines
131 B
Python
import pytest
|
|
|
|
from .fixtures import _complicated_page
|
|
|
|
|
|
@pytest.mark.benchmark
|
|
def test_component_init():
|
|
_complicated_page()
|