Skip to content

Commit

Permalink
Removed invalid test
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Apr 30, 2020
1 parent de261cd commit 9a0462a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions hvplot/tests/testoptions.py
Expand Up @@ -41,11 +41,6 @@ def test_histogram_by_category_legend_position(self):
opts = Store.lookup_options('bokeh', plot, 'plot')
self.assertEqual(opts.kwargs['legend_position'], 'left')

def test_histogram_legend_position(self):
plot = self.df.hvplot.hist('y', legend='left')
opts = Store.lookup_options('bokeh', plot, 'plot')
self.assertEqual(opts.kwargs['legend_position'], 'left')

@parameterized.expand(['scatter', 'points'])
def test_logz(self, kind):
plot = self.df.hvplot('x', 'y', c='x', logz=True, kind=kind)
Expand Down

0 comments on commit 9a0462a

Please sign in to comment.