Files
pytest2/bench/empty.py
2019-06-03 12:08:01 -03:00

3 lines
63 B
Python

for i in range(1000):
exec("def test_func_%d(): pass" % i)