Avaiga / taipy-core

A Python library to build powerful and customized data-driven back-end applications.
Apache License 2.0
38 stars 17 forks source link

Fix - NotImplementedError should be raised, not return #813

Closed trgiangdo closed 1 year ago

trgiangdo commented 1 year ago

Follow PR https://github.com/Avaiga/taipy-core/pull/809, NotImplementedError should be raised, not return.

This PR also fixes some failing tests regarding the changes.

github-actions[bot] commented 1 year ago

☂️ Python Cov

current status: ✅

Overall Coverage

Lines Covered Coverage Threshold Status
8154 7747 95% 85% 🟢

New Files

No new covered files...

Modified Files

File Coverage Status
src/taipy/core/_version/_version_manager.py 95% 🟢
src/taipy/core/data/data_node.py 98% 🟢
TOTAL 97% 🟢

updated for commit: 0d14231 by action🐍