Files
pytest2/bench/empty.py
Ronny Pfannschmidt 703e4b11ba run black
2018-05-23 16:48:46 +02:00

5 lines
86 B
Python

import py
for i in range(1000):
py.builtin.exec_("def test_func_%d(): pass" % i)