You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
despite the fact that they don't all support the same widgets.
This has been circumvented so far by changing the specific <widget>_formatter_cls to make a label instead if that <widget> isn't supported. We should instead fail.
In 76862ea , we added new widgets to the mixedWidgets test.
All of the different file fomatters use the same mixedWidgets to test, so part of this issue will be giving each different file formatter its own mixedWidgets with only the supported widgets, rather than all three using the same yaml.
The text was updated successfully, but these errors were encountered:
Actually I meant split into a test for each individual widget, which will enable only testing the widgets that each formatter supports and also make it easier to see differences in the bob files when things break.
@GDYendell
Currently all the file formatters use the same
despite the fact that they don't all support the same widgets.
This has been circumvented so far by changing the specific
<widget>_formatter_cls
to make a label instead if that<widget>
isn't supported. We should instead fail.In 76862ea , we added new widgets to the mixedWidgets test.
All of the different file fomatters use the same mixedWidgets to test, so part of this issue will be giving each different file formatter its own mixedWidgets with only the supported widgets, rather than all three using the same yaml.
The text was updated successfully, but these errors were encountered: