Sign in
pigweed
/
third_party
/
github
/
bazelbuild
/
rules_python
/
9bf7c49ea1920e497f857ccc1e9c2d1189c8a1c9
/
.
/
examples
/
pip_install
/
test.py
blob: 0859a2831a62aed0de9e852a5468ca8356f5fc83 [
file
]
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
()