DEBSOURCES
Skip Quicknav
sources / python-setuptools-protobuf / 0.1.12-1 / tests / test_protobuf.py
1234567
from setuptools_protobuf import Protobuf def test_protobuf(): pb = Protobuf('foo.proto') assert pb.outputs() == ['foo_pb2.py'] assert pb.mypy in (False, True)