xref
: /
third_party
/
python
/
Lib
/
test
/
test_email
/
__main__.py
(revision 7db96d56)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/python/Lib/test/test_email/
1
from
test
.
test_email
import
load_tests
2
import
unittest
3
4
unittest
.
main
()
5