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

Aman-Mittal pushed a change to branch main
in repository 
https://gitbox.apache.org/repos/asf/fineract-business-intelligence.git


    from b5ff480  Merge pull request #52 from 
airajena/test/add-rls-isolation-tests
     add ee157b5  test: add unit tests for superset dashboard asset logic
     new 614e0db  Merge pull request #51 from 
airajena/test/add-superset-unit-tests

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/workflows/ci.yml                     |   5 +-
 docker/superset/asset_specs.py               | 215 +++++++++++++++++++++++++++
 docker/superset/bootstrap_superset_assets.py | 201 ++-----------------------
 tests/{ => unit/superset}/__init__.py        |   0
 tests/unit/superset/test_asset_specs.py      |  94 ++++++++++++
 tests/unit/superset/test_build_layout.py     | 147 ++++++++++++++++++
 tests/unit/superset/test_chart_params.py     |  84 +++++++++++
 7 files changed, 554 insertions(+), 192 deletions(-)
 create mode 100644 docker/superset/asset_specs.py
 copy tests/{ => unit/superset}/__init__.py (100%)
 create mode 100644 tests/unit/superset/test_asset_specs.py
 create mode 100644 tests/unit/superset/test_build_layout.py
 create mode 100644 tests/unit/superset/test_chart_params.py

Reply via email to