python-pptx
python-pptx copied to clipboard
tests: add hyperlink and chart data label/legend roundtrip tests
Adds targeted tests for hyperlink roundtrips (including target_slide) and chart label/legend behavior.
-
tests/test_hyperlinks.py: verifies address/mailto/file-uri andActionSetting.target_slideroundtrips. -
tests/test_chart_labels_legend.py: toggles data labels, number format, and asserts default legend/vary_by_categories for line chart. - Updates pytest.ini to enforce coverage threshold (>=60%).
- Keeps new tests lint-clean.