Closed toan-quach closed 1 year ago
current status: ✅
Overall Coverage
Lines Covered Coverage Threshold Status 7346 7060 96% 85% 🟢 New Files
No new covered files...
Modified Files
File Coverage Status src/taipy/core/job/_job_manager.py 100% 🟢 src/taipy/core/job/job.py 99% 🟢 src/taipy/core/taipy.py 87% 🟢 TOTAL 95% 🟢 updated for commit:
e7232e5
by action🐍
The PR looks good.
I only have a few minor comments:
- Should we expose the
is_deletable()
method at Job level as well? Just like scenario, so the user can do something likejob.is_deletable()
.- Should the
test_is_deletable()
be duplicated to thetest_job_manager_with_sql_repo.py
as well?
Yes, good ideas.
@trgiangdo you're right! lemme add that as well!
671