1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-06-13 11:59:20 +00:00
Files
UXP/testing/web-platform/tests/tools/pytest/bench/empty.py
T

4 lines
85 B
Python

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