Files
superset2/tests/unit_tests
Joe Li b0b3f2cb58 refactor(reports): import shared _escape_like; strengthen DAO escape tests
Address PR review feedback:
- reports/filters.py imported the byte-identical _escape_like from
  superset.daos.base instead of redefining it, removing a second copy of a
  security-sensitive escape contract that could drift.
- Replace the mock-based wildcard-escaping tests in reports/dao_test.py with
  real in-memory-session tests in daos/test_report_dao.py, adding the missing
  find_by_native_filter_id coverage (percent + underscore wildcards) that had
  no real-session equivalent.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-12 11:21:04 -07:00
..
2024-05-29 19:04:37 -07:00
2024-05-29 19:04:37 -07:00
2025-09-12 09:21:37 +01:00