plotly.py icon indicating copy to clipboard operation
plotly.py copied to clipboard

`mplexporter` tests should run in CI (and failing tests should be fixed)

Open emilykl opened this issue 3 months ago • 0 comments

Two mplexporter tests are failing on main:

FAILED plotly/matplotlylib/mplexporter/tests/test_basic.py::test_legend_dots - AssertionError: assert '3' == '2'
FAILED plotly/matplotlylib/mplexporter/tests/test_utils.py::test_linestyle - AssertionError: 

This is not reflected in the CI because we are not running the mplexporter tests in the CI.

Plausibly so long as we are continuing to support mplexporter functionality, we should be running the tests.

emilykl avatar Oct 01 '25 21:10 emilykl