You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by be...@apache.org on 2021/12/06 02:32:05 UTC

[superset] branch dataframe_tests updated (8e02d11 -> f602672)

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

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


    from 8e02d11  add a native filters section to the exploring data docs (#17605)
     add f602672  feat: convert dataframe tests

No new revisions were added by this update.

Summary of changes:
 tests/integration_tests/dataframe_test.py | 53 -----------------------------
 tests/unit_tests/conftest.py              | 12 +++++--
 tests/unit_tests/dataframe_test.py        | 55 +++++++++++++++++++++++++++++++
 3 files changed, 65 insertions(+), 55 deletions(-)
 delete mode 100644 tests/integration_tests/dataframe_test.py
 create mode 100644 tests/unit_tests/dataframe_test.py