Files
pytest2/bench/empty.py
Anthony Sottile d1a48ad68f Use exec directly
2019-05-06 23:07:39 -07:00

3 lines
63 B
Python

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