def test_vw_get_all_options(): config = pyvw.get_all_vw_options() cmd_str_list = set() for name, config_group in config.items(): cmd_str_list.add(name) assert len(cmd_str_list) >= 74
def get_all_options(): return pyvw.get_all_vw_options()