Sign in
pigweed
/
third_party
/
github
/
bazelbuild
/
rules_python
/
c6e6381723eac2b19cb9c6acedfca2489c008602
/
.
/
examples
/
pip_install
/
test.py
blob: 0b3b3335779a7676a4358955e188f48037555e2d [
file
] [
log
] [
blame
]
import
unittest
import
main
class
ExampleTest
(
unittest
.
TestCase
):
def
test_main
(
self
):
self
.
assertIn
(
"set_stream_logger"
,
main
.
the_dir
())
if
__name__
==
'__main__'
:
unittest
.
main
()