matebenyovszky commented on PR #39171: URL: https://github.com/apache/superset/pull/39171#issuecomment-4439951420
**Update**: Added backend Python tests to the PR (https://github.com/michael-s-molina/superset/pull/775). Second commit adds 25 unit tests for `api.py` (the REST API that was at 0% coverage / 131 missing lines). Tests cover all helper functions and endpoint logic: `_build_cache_key`, `_parse_ttl`, `_get_extension_or_404`, `_build_storage_key`, ephemeral and persistent CRUD flows, shared vs user scope, TTL handling, and edge cases. **Total: ~870 lines of tests** across 4 new test files (3 frontend + 1 backend). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
