python-pptx icon indicating copy to clipboard operation
python-pptx copied to clipboard

tests: add hyperlink and chart data label/legend roundtrip tests

Open vs650vivek opened this issue 4 months ago • 0 comments

Adds targeted tests for hyperlink roundtrips (including target_slide) and chart label/legend behavior.

  • tests/test_hyperlinks.py: verifies address/mailto/file-uri and ActionSetting.target_slide roundtrips.
  • 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.

vs650vivek avatar Sep 04 '25 18:09 vs650vivek