ytdl-sub/tests/unit
Jesse Bannon 852347dc7e
[BUGFIX] Have __preset__ override nested preset keys (#784)
With the new preset nesting support, `__preset__` would have lower precedence which isn't ideal since it's meant to serve as a 'apply to all presets in this file'. Now the order of priority is:

`inherited presets (top-to-bottom) -> preset itself -> nested subscription presets -> __preset__ -> subscription values`
2023-10-25 11:35:52 -07:00
..
cli [FEATURE] Process all subscriptions even if one or more error (#771) 2023-10-21 12:25:38 -07:00
config [BUGFIX] Have __preset__ override nested preset keys (#784) 2023-10-25 11:35:52 -07:00
entries [FEATURE] release_date source variables (#638) 2023-06-24 23:01:18 -07:00
main [FEATURE] Process all subscriptions even if one or more error (#771) 2023-10-21 12:25:38 -07:00
plugins [FEATURE] Regex capture and filtering on source variables plugin (#100) 2022-07-16 23:39:46 -07:00
prebuilt_presets [FEATURE] Prebuilt music presets (#780) 2023-10-24 09:23:05 -07:00
utils [FEATURE] Process all subscriptions even if one or more error (#771) 2023-10-21 12:25:38 -07:00
validators [FEATURE] Configurable file_name_max_bytes (#562) 2023-03-25 20:17:38 -07:00
__init__.py entry 100% test coverage 2022-03-30 16:48:04 +00:00