github.phpd.cn/thought-machine/please@v12.2.0+incompatible/test/python_rules/proto_test.py (about) 1 import unittest 2 3 4 class TestProtoLibrary(unittest.TestCase): 5 6 def test_can_import_library(self): 7 """Test that we can import the library. 8 9 The real test is at build time, this is really just here to make 10 sure that it gets built, and we might as well verify things are OK. 11 """ 12 from test.python_rules import test_pb2