biolab / orange-widget-base

Base widget and workflow definitions for Orange
Other
25 stars 56 forks source link

WidgetTest: Falling test when invoking get_output() with 1. parameter as string #50

Closed VesnaT closed 4 years ago

VesnaT commented 4 years ago
Orange version

Master

Expected behavior

Passing widget tests.

Actual behavior

Falling widget tests.

Steps to reproduce the behavior

Run any widget test where get_output() is invoked with output parameter as string instead of Output signal (e.g. TestOWDataSampler).

VesnaT commented 4 years ago

Bigger problem than the issue itself is, that we didn't discover it before merging the problematic change. However, I think we should be testing orange repository with master branch of orange-widget-base as well.

JakaKokosar commented 4 years ago

I will add this later this week.