xref
: /
external
/
python
/
cpython3
/
Lib
/
test
/
test_email
/
__main__.py
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
from
test
.
test_email
import
load_tests
2
import
unittest
3
4
unittest
.
main
()
5