Skip to content

Commit 592a7ba

Browse files
Test oneof documentation (#42)
1 parent fcf4277 commit 592a7ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_documentation.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ def test_documentation() -> None:
1919
)
2020

2121
check(Test.__doc__, "message")
22+
check(Test.__doc__, "oneof")
2223

2324
source = inspect.getsource(Test)
2425
tree = ast.parse(source)

0 commit comments

Comments
 (0)