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
61c204a035
pytest
/
bench
/
empty.py
6 lines
98 B
Python
Raw
Blame
History
from
__future__
import
annotations
for
i
in
range
(
1000
)
:
exec
(
f
"
def test_func_
{
i
}
(): pass
"
)
Reference in New Issue
View Git Blame
Copy Permalink