
* add stateful benchmarks * make stateful stuff more complex * unpack tuple in itertag * fix comment
7 lines
104 B
Python
7 lines
104 B
Python
import pytest
|
|
|
|
|
|
@pytest.mark.benchmark
|
|
def test_evaluate_page(unevaluated_page):
|
|
unevaluated_page()
|