ytdl-sub/tests/unit/config
Jesse Bannon c163f9766a
[BACKEND] Configurable resolution level when validating variables (#1415)
Expands variable validation to also include support for partial resolution.

In short, this will partially execute script code until it hits unresolved runtime variables, and store that as the new script representation. This functionality will allow for the upcoming `inspect` command, which will show users their script code in action without having to dry-run.
2026-02-02 09:50:52 -08:00
..
__init__.py Validate all preset StringFormatValidators on init (#79) 2022-06-28 09:34:30 -07:00
conftest.py [BUGFIX] Have __preset__ override nested preset keys (#784) 2023-10-25 11:35:52 -07:00
test_config_file.py [FEATURE] Ability to modify webpage_url (#1356) 2025-10-11 17:21:13 -07:00
test_preset.py [BACKEND] Refactor validation, preparation for subscription dissect (#1398) 2025-12-30 17:03:59 -08:00
test_subscription.py [BACKEND] Configurable resolution level when validating variables (#1415) 2026-02-02 09:50:52 -08:00
test_subscription_resolution.py [BACKEND] Configurable resolution level when validating variables (#1415) 2026-02-02 09:50:52 -08:00
test_subscription_validation.py [BACKEND] Refactor validation, preparation for subscription dissect (#1398) 2025-12-30 17:03:59 -08:00