Skip to content

Commit

Permalink
Add test
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro committed Nov 12, 2024
1 parent f9b861c commit c79cc6e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions holoviews/tests/plotting/bokeh/test_elementplot.py
Original file line number Diff line number Diff line change
Expand Up @@ -1157,6 +1157,12 @@ def test_clim_percentile(self):
assert low > 0
assert high < 1

def test_propagate_tools(self):
scatter = lambda: Scatter([]).opts(default_tools=[])
overlay = scatter() * scatter()
plot = bokeh_renderer.get_plot(overlay)
assert plot.default_tools == []

class TestApplyHardBounds(TestBokehPlot):
def test_apply_hard_bounds(self):
"""Test `apply_hard_bounds` with a single element."""
Expand Down

0 comments on commit c79cc6e

Please sign in to comment.