Home
Manpages
About
(root)/
Python-3.11.7/
Lib/
test/
test_import/
__main__.py
1
import
unittest
2
3
unittest
.
main
(
'
test.test_import
'
)