This website requires JavaScript.
Explore
Help
Sign In
openkylin
/
pytest
mirror of
https://gitee.com/openkylin/pytest.git
Watch
9
Star
0
Fork
You've already forked pytest
1
Code
Issues
Projects
Releases
Wiki
Activity
e3835f9001
pytest
/
bench
/
empty.py
3 lines
63 B
Python
Raw
Blame
History
for
i
in
range
(
1000
)
:
exec
(
"
def test_func_
%d
(): pass
"
%
i
)
Reference in New Issue
View Git Blame
Copy Permalink