The selftest currently compiles only channels and collections that
are on by default. This change tests the compilation of all channels
and collections.
Signed-off-by: Laura Flores <lflores@redhat.com>
(cherry picked from commit
70c5a4d54833f20a07f48488f29d9410d19f6bd4)
return {}
def self_test(self) -> None:
- report = self.compile_report()
+ self.opt_in_all_collections()
+ report = self.compile_report(channels=ALL_CHANNELS)
if len(report) == 0:
raise RuntimeError('Report is empty')