ytdl-sub/tests/unit/script
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
..
functions [BACKEND] Configurable resolution level when validating variables (#1415) 2026-02-02 09:50:52 -08:00
types [BACKEND] Configurable resolution level when validating variables (#1415) 2026-02-02 09:50:52 -08:00
__init__.py [BACKEND][HUGE] Function Support in variable syntax (#838) 2023-12-18 16:08:15 -08:00
conftest.py [BACKEND][HUGE] Function Support in variable syntax (#838) 2023-12-18 16:08:15 -08:00
test_parser.py [BACKEND] Optimize script interpreter (#1390) 2025-11-27 18:43:27 -08:00
test_script.py [FEATURE] Automatically handle playlists ordered in reverse (#948) 2024-04-01 04:24:41 -07:00