biolab / orange3-imageanalytics

🍊 :rice_scene: Orange3 add-on for dealing with image related tasks
GNU General Public License v3.0
32 stars 42 forks source link

Fix unit-tests to properly import QtWebEngineWidgets #120

Closed PrimozGodec closed 5 years ago

PrimozGodec commented 5 years ago
Issue

QtWebEngineWidgets not properly imported on Travis-docker-image in the report widget. It caused unit-tests to fail.

Description of changes

It seems that logging in grid unit-test caused TLS import issues. Logging removed from the grid test since it is not essential in unit-tests.

Includes
codecov-io commented 5 years ago

Codecov Report

Merging #120 into master will decrease coverage by 0.44%. The diff coverage is 50%.

@@            Coverage Diff             @@
##           master     #120      +/-   ##
==========================================
- Coverage   76.04%   75.59%   -0.45%     
==========================================
  Files           5        5              
  Lines         526      459      -67     
  Branches       84       75       -9     
==========================================
- Hits          400      347      -53     
+ Misses         98       88      -10     
+ Partials       28       24       -4
PrimozGodec commented 5 years ago

Used only for testing travis