Organize test-cases into folders, extract compatibility test into proper test, support adding test-case specific tests
This commit is contained in:
8
betterproto/tests/inputs/bool/test.py
Normal file
8
betterproto/tests/inputs/bool/test.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from betterproto.tests.output_betterproto.bool.bool import Test
|
||||
from betterproto.tests.util import read_relative
|
||||
|
||||
|
||||
def test_value():
|
||||
message = Test().from_json(read_relative(__file__, 'bool.json'))
|
||||
assert message.value
|
||||
|
||||
Reference in New Issue
Block a user