Files
pytest2/bench/empty.py
2019-05-14 15:56:31 -07:00

4 lines
87 B
Python

# -*- coding: utf-8 -*-
for i in range(1000):
exec("def test_func_%d(): pass" % i)