salt/tests/pytests/unit/loader
Daniel A. Wozniak c174570e53 Allow NamedLoaderContexts to be returned from loader
It is useful in some cases to return NamedLoaderContexts from loaded
functions. Instead of choking or requireing implimenters to call the
context's value() method before being de-scoped, detect when a
NamedLoaderContext has been returned and return the value from the
current context.
2024-06-19 20:35:07 -07:00
..
__init__.py Add missing __init__.py files 2022-01-21 13:04:02 -05:00
test_context.py Update pre-commit hook versions 2024-02-29 10:16:58 +00:00
test_lazy.py Update pre-commit hook versions 2024-02-29 10:16:58 +00:00
test_loader.py Allow NamedLoaderContexts to be returned from loader 2024-06-19 20:35:07 -07:00
test_loading_modules.py Proper test skip 2023-12-22 09:47:16 -07:00