biolab / orange3

🍊 :bar_chart: :bulb: Orange: Interactive data analysis
https://orangedatamining.com
Other
4.85k stars 1.01k forks source link

testing widget integration into Orange3 workflow (OWS) #5103

Closed mjolly closed 3 years ago

mjolly commented 3 years ago

Hi:

Are there any info links on continuous integration and testing of a home-grown widget into Orange3 in the development environment ? The development environment can be PyCharm (windows) or Linux (virtual environment).

Currently, we don't know how to test a newly development widget in workflow (.OWS) in a dev environment. And are manually adding the widget to the Orange3 GUI application and testing it, which is not sustainable workflow.

How is the Biolab orange3 group testing their widgets into the workflow(OWS) in a dev or test environment and using what tools ?

Thanks

markotoplak commented 3 years ago

What we do for developing widgets is:

Was this helpful?

mjolly commented 3 years ago

Thanks for your response, Team Biolab