seitime-frappe/frappe/core
Ankush Menat 8088bd3891
chore: Drop empty UnitTestCases (#32867)
Next to zero adoption after introduction, just noise in codebase.

I don't see any point in arguing about purity of test cases when
existence and quality of test cases is usually the bigger problem.

Dropped using semgrep
2025-06-10 05:28:53 +00:00
..
api fix!: Switch to creation as default sort order 2024-03-27 11:18:28 +05:30
doctype chore: Drop empty UnitTestCases (#32867) 2025-06-10 05:28:53 +00:00
page fix: remove child tables from Role Permission Manager dropdown 2025-05-15 07:53:37 +00:00
report fix(sqlite): make System Health Report compatible 2025-04-15 13:59:17 +05:30
web_form fix(style): Update icons, new design for /me 2024-09-18 14:27:37 +05:30
workspace fix: build workspace, add webhook log 2024-09-30 20:54:52 +02:00
__init__.py chore: Update header: license.txt => LICENSE 2021-09-03 12:02:59 +05:30
notifications.py fix(get_events): Pass date objects instead of string 2025-04-22 22:43:50 +00:00
README.md rename Profile to User frappe/frappe#470 2014-03-11 16:14:47 +05:30
utils.py perf: Document objects without circular references (#17080) 2024-01-17 17:22:55 +05:30

Core module contains the models required for the basic functioning of frappe including DocType, User (user), Role and others.