Files
pytest2/bench/empty.py
2024-06-20 11:03:03 +02:00

6 lines
100 B
Python

from __future__ import annotations
for i in range(1000):
exec("def test_func_%d(): pass" % i)