Skip to content

Commit

Permalink
Merge pull request biolab#5476 from VesnaT/fix_WidgetLearnerTestMixin
Browse files Browse the repository at this point in the history
WidgetLearnerTestMixin: improve test
  • Loading branch information
markotoplak authored Jun 9, 2021
2 parents c8b4b5c + 0c0bdbf commit cb66138
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Orange/widgets/tests/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,7 @@ def test_output_model_picklable(self):
self.widget.apply_button.button.click()
self.wait_until_stop_blocking()
model = self.get_output(self.widget.Outputs.model)
self.assertIsNotNone(model)
pickle.dumps(model)

@staticmethod
Expand Down

0 comments on commit cb66138

Please sign in to comment.