This website requires JavaScript.
Explore
Help
Sign In
kyfx
/
pytest
mirror of
https://github.com/pytest-dev/pytest.git
Watch
4
Star
0
Fork
You've already forked pytest
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
b5955c5979
pytest
/
bench
/
empty.py
4 lines
85 B
Python
Raw
Blame
History
import
py
for
i
in
range
(
1000
)
:
py
.
builtin
.
exec_
(
"
def test_func_
%d
(): pass
"
%
i
)
Reference in New Issue
View Git Blame
Copy Permalink