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