pytest/bench/empty.py

6 lines
98 B
Python

from __future__ import annotations
for i in range(1000):
exec(f"def test_func_{i}(): pass")