Skip to content

Commit

Permalink
test_oweditdomain: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
markotoplak committed Jun 29, 2023
1 parent 0485d6a commit 6ee8479
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Orange/widgets/data/tests/test_oweditdomain.py
Original file line number Diff line number Diff line change
Expand Up @@ -364,8 +364,6 @@ def test_reset_selected(self):
["sepal length", "foo", "petal length", "petal width"])
self.assertIsInstance(out.domain[2], ContinuousVariable)



@patch("Orange.widgets.data.oweditdomain.ReinterpretVariableEditor.set_data")
def test_selection_sets_data(self, set_data):
w = self.widget
Expand Down Expand Up @@ -1047,7 +1045,6 @@ def test_reinterpret_multiple_keep_and_restore(self):
[list(tr) for tr in w.get_data()[1]],
transforms)


def test_unlink(self):
w = ContinuousVariableEditor()
cbox = w.unlink_var_cb
Expand Down

0 comments on commit 6ee8479

Please sign in to comment.