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
{{ message }}
This repository has been archived by the owner on Jun 20, 2018. It is now read-only.
…rchical switches
Adds support for a "switches" kwarg on the decorator - if the switch name is
not a valid ID you can use @Switches(switches={'test:a:hierarchy': True}) to set
the default value
The syntax for SwitchContextManager is with switches(my_switch_name=True):, which requires my_switch_name to be a valid Python identifier.
Hierarchical switches use ":" to separate path components - which isn't a valid character in an identifier.
The text was updated successfully, but these errors were encountered: