diff --git a/tests/defaults_list/test_defaults_list.py b/tests/defaults_list/test_defaults_list.py index 61eb265adea..0e8cae6b112 100644 --- a/tests/defaults_list/test_defaults_list.py +++ b/tests/defaults_list/test_defaults_list.py @@ -90,10 +90,10 @@ # - Consider retaining the final choices in the hydra config node to allow interpolation with their values. # - (Y) Enforce that overrides are at the end of the defaults list # (with the exception of _self_ that can be after them) -# - Consider override style of: - override hydra/launcher: submitit +# - (Y) Consider override style of: - override hydra/launcher: submitit +# - (Y) Profile and optimize default tree composition: speed in line with 1.0 # - Fix error message when overriding a non-existing config group from the command line to not say "append with +" # - Improve --info defaults-tree output -# - (Y) Profile and optimize default tree composition: speed in line with 1.0 # - Test cases when config group name matches a keyword (optional, override) # TODO: (Y) rename support: @@ -113,7 +113,11 @@ # - Create a page describing configuring experiments with Hydra (experiment use case) # - Create https://hydra.cc/docs/next/upgrades/1.0_to_1.1/default_list_override # - Update Structured Configs tutorial to utilize recursive defaults as an alternative to automatic schema -# - Consider deprecating automtic schema support in favor of extending a config via recursive defaults +# - Document --info defaults and --info defaults-tree + + +# TODO: Followup thins to explore +# - Consider deprecating automatic schema support in favor of extending a config via recursive defaults @mark.parametrize( # type: ignore