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
main
pytest
/
testing
/
example_scripts
/
perf_examples
/
collect_stats
/
template_test.py
7 lines
87 B
Python
Raw
Permalink
Blame
History
# mypy: allow-untyped-defs
from
__future__
import
annotations
def
test_x
(
)
:
pass
Reference in New Issue
View Git Blame
Copy Permalink