Sign in
cobalt
/
cobalt
/
e83fce97d7405b0b5e569d961aa431b1112ac6ac
/
.
/
src
/
third_party
/
web_platform_tests
/
tools
/
pytest
/
bench
/
empty.py
blob: ac5e25701da9fc328944ef7db7d72b0fb4734004 [
file
] [
log
] [
blame
]
import
py
for
i
in
range
(
1000
):
py
.
builtin
.
exec_
(
"def test_func_%d(): pass"
%
i
)