googleapis / sphinx-docfx-yaml

Forked sphinx-docfx-yaml repository for creating DocFX YAML for Python Client Libraries
Apache License 2.0
5 stars 7 forks source link

fix: update annotation name extraction logic and add unit tests #320

Closed dandhlee closed 1 year ago

dandhlee commented 1 year ago

Adds unit test coverage. Goldens should take care of the end-to-end coverage but adding unit test does help - while adding unit test coverage, noticed the unused code and refactored the logic a bit.

Fixes #318. Towards #311.