alexander-bauer/swirlypy

Show warning if question requirements not explicitly set

Closed this issue · 0 comments

As it stands, _required_ is set to [] by default for all Questions. However, basic_selftest contains a section to show a warning if the question requirements are not explicitly set. Because of this default, basic_selftest will never show a warning. We should figure out a way to ensure that the warning can be shown if _required_ is not set, but for things to otherwise not fail.