You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by yo...@apache.org on 2022/02/18 12:17:46 UTC

[superset] branch master updated (ea9a904 -> 38cd696)

This is an automated email from the ASF dual-hosted git repository.

yongjiezhao pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git.


    from ea9a904  Adding pinot logo to ReadMe (#18798)
     add 38cd696  refactor: move date_parser to unittest (#18810)

No new revisions were added by this update.

Summary of changes:
 tests/integration_tests/utils/date_parser_tests.py | 362 ---------------------
 tests/unit_tests/utils/date_parser_tests.py        | 358 ++++++++++++++++++++
 2 files changed, 358 insertions(+), 362 deletions(-)
 delete mode 100644 tests/integration_tests/utils/date_parser_tests.py
 create mode 100644 tests/unit_tests/utils/date_parser_tests.py