RedHatQE / widgetastic.core

Making testing of UIs fantastic.
Other
36 stars 42 forks source link

Set default component_id to "" for OUIA base components #225

Closed ikerreyes closed 2 years ago

ikerreyes commented 2 years ago

Using None as default values fails on the _set_attrs function as None cannot be quoted

Fixes #223

codecov[bot] commented 2 years ago

Codecov Report

Merging #225 (8012bcf) into master (69ae078) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #225   +/-   ##
=======================================
  Coverage   86.46%   86.46%           
=======================================
  Files          18       18           
  Lines        2557     2557           
=======================================
  Hits         2211     2211           
  Misses        346      346           
Flag Coverage Δ
unittests 86.46% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/widgetastic/ouia/__init__.py 92.30% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 69ae078...8012bcf. Read the comment docs.