..
data
test: Add test for lazy_import
2022-08-11 23:53:21 +05:30
__init__.py
test: Case to validate Web Link authentication
2022-05-30 15:35:47 +05:30
test_api.py
test: Added test for before/after request hook
2023-02-10 13:22:27 +05:30
test_assign.py
refactor: Consider singles for dynamic set_value usage ( #21367 )
2023-06-14 10:46:25 +05:30
test_auth.py
refactor: Simplify expiry queries.
2023-06-28 18:05:12 +05:30
test_background_jobs.py
feat: RQ jobs can show count
2023-06-29 18:06:52 +05:30
test_base_document.py
test: Use FrappeTestCase everywhere
2022-08-17 16:39:42 +05:30
test_boilerplate.py
feat: patches.txt template added by default for new apps #21046 ( #21070 )
2023-05-24 14:47:06 +05:30
test_boot.py
refactor: frappe.cache() usage to frappe.cache ( #21282 )
2023-06-08 11:47:17 +05:30
test_bot.py
test: Use FrappeTestCase everywhere
2022-08-17 16:39:42 +05:30
test_caching.py
feat!: frappe.cache() -> frappe.cache ( #21279 )
2023-06-07 22:47:45 +05:30
test_child_table.py
test: Use FrappeTestCase everywhere
2022-08-17 16:39:42 +05:30
test_client.py
fix: test_client_insert_many
2023-01-18 13:49:57 +01:00
test_commands.py
perf: faster pending jobs check
2023-06-29 17:31:06 +05:30
test_config.py
chore: dead code removal ( #18410 )
2022-10-13 15:55:40 +05:30
test_cors.py
test: ensure that Vary header is specified
2022-09-05 15:51:41 +05:30
test_db.py
test: add perf test helper for counting rows read
2023-06-28 19:51:18 +05:30
test_db_query.py
fix(db_query): selecting linked fields as alias ( #20085 )
2023-02-22 22:14:15 +05:30
test_db_update.py
test: another test case for index duplication
2022-12-15 14:11:26 +05:30
test_defaults.py
chore: Only run on mariadb
2023-04-10 13:58:06 +05:30
test_deferred_insert.py
fix: handle dict data in deferred_insert
2022-05-04 14:59:17 +05:30
test_docstatus.py
test: Use FrappeTestCase everywhere
2022-08-17 16:39:42 +05:30
test_document.py
refactor: Consider singles for dynamic set_value usage ( #21367 )
2023-06-14 10:46:25 +05:30
test_document_locks.py
refactor: lint
2022-11-12 20:06:17 +05:30
test_domainification.py
test: Use FrappeTestCase everywhere
2022-08-17 16:39:42 +05:30
test_dynamic_links.py
test: Use FrappeTestCase everywhere
2022-08-17 16:39:42 +05:30
test_email.py
fix: remove infinite sending retries for certain exceptions for email queue
2023-06-09 14:38:55 +05:30
test_exporter_fixtures.py
test: Use FrappeTestCase everywhere
2022-08-17 16:39:42 +05:30
test_fixture_import.py
test: fix broken tests
2023-06-03 22:53:10 +05:30
test_fmt_datetime.py
test: Use FrappeTestCase everywhere
2022-08-17 16:39:42 +05:30
test_fmt_money.py
test: Use FrappeTestCase everywhere
2022-08-17 16:39:42 +05:30
test_form_load.py
test: Update tests to handle missing attributes based on permlevel
2023-01-09 18:48:48 +05:30
test_formatter.py
test: Use FrappeTestCase everywhere
2022-08-17 16:39:42 +05:30
test_frappe_client.py
refactor: set_value usage
2023-06-13 16:00:43 +05:30
test_geo_ip.py
test: Use FrappeTestCase everywhere
2022-08-17 16:39:42 +05:30
test_global_search.py
test: Use FrappeTestCase everywhere
2022-08-17 16:39:42 +05:30
test_goal.py
style: format all python files using black ( #16453 )
2022-04-12 10:59:25 +05:30
test_hooks.py
refactor: frappe.cache() usage to frappe.cache ( #21282 )
2023-06-08 11:47:17 +05:30
test_linked_with.py
test: improve doctype and field naming
2022-12-17 07:56:54 +00:00
test_listview.py
feat: disable comment count on list view settings. ( #20039 )
2023-02-22 18:17:45 +05:30
test_model_utils.py
fix: Permit no fields if dt is table and no parenttype is specified
2023-02-06 13:33:49 +05:30
test_modules.py
refactor: remove txt param from generate_hash use
2022-11-10 11:56:48 +05:30
test_monitor.py
refactor: frappe.cache() usage to frappe.cache ( #21282 )
2023-06-08 11:47:17 +05:30
test_naming.py
Merge branch 'develop' into fix-note-2
2023-05-16 07:53:15 +05:30
test_nestedset.py
feat: support tree-link-fields filtering in QB
2023-05-29 17:00:37 +05:30
test_oauth20.py
perf: defer loading JWT
2023-06-24 19:50:08 +05:30
test_password.py
test: Use FrappeTestCase everywhere
2022-08-17 16:39:42 +05:30
test_password_strength.py
feat: add test case for long passwords
2023-01-24 15:04:47 +01:00
test_patches.py
refactor: Add a maxsplit limit to string splits
2023-01-24 19:22:51 +05:30
test_pdf.py
build(deps): PyPDF2 -> pypdf
2023-06-10 20:47:27 +05:30
test_perf.py
perf: preload more modules ( #21557 )
2023-07-02 21:47:21 +05:30
test_permissions.py
test: Add check to make sure select & search fields intersect
2023-04-22 15:07:14 +05:30
test_printview.py
test: Use FrappeTestCase everywhere
2022-08-17 16:39:42 +05:30
test_query.py
test: ensure stricter filters when validate_filters is passed
2023-05-31 14:16:52 +05:30
test_query_builder.py
feat: Truncate QB function
2023-05-26 14:03:47 +05:30
test_query_report.py
test: use _dict in tests
2022-11-29 11:53:52 +05:30
test_rate_limiter.py
refactor: frappe.cache() usage to frappe.cache ( #21282 )
2023-06-08 11:47:17 +05:30
test_recorder.py
feat: finer frappe Recorder control with decorator ( #19220 )
2022-12-09 14:18:49 +05:30
test_redis.py
test: bg jobs test cleanup ( #18767 )
2022-11-05 14:08:35 +05:30
test_rename_doc.py
refactor!: Drop previously deprecated code
2023-06-13 16:00:43 +05:30
test_reportview.py
fix: test reportview
2022-11-28 12:16:18 +01:00
test_safe_exec.py
fix: override RestrictedPython transformer to allow _dict, revert frappe.as_dict
2022-12-07 13:45:28 +05:30
test_scheduler.py
fix: remove infinite sending retries for certain exceptions for email queue
2023-06-09 14:38:55 +05:30
test_search.py
fix: pass reference_doctype to search query methods ( #20842 )
2023-04-25 18:31:14 +05:30
test_seen.py
test: Use FrappeTestCase everywhere
2022-08-17 16:39:42 +05:30
test_sequence.py
fix(sequence): Setup & use SequenceGeneratorLimitExceeded error
2022-06-17 12:10:43 +05:30
test_sitemap.py
chore: db.get_all -> get_all
2022-08-22 11:35:14 +05:30
test_test_utils.py
test: improve FrappeTestCase
2022-04-22 19:47:54 +05:30
test_translate.py
fix(translations)!: load translation in installed order
2023-04-11 12:10:45 +05:30
test_twofactor.py
refactor: frappe.cache() usage to frappe.cache ( #21282 )
2023-06-08 11:47:17 +05:30
test_utils.py
Merge branch 'develop' into bump-pydantic-v2
2023-06-26 13:12:24 +05:30
test_virtual_doctype.py
fix(DX): validate virtual doctype controllers
2022-12-13 14:18:19 +05:30
test_webform.py
refactor: frappe.cache() usage to frappe.cache ( #21282 )
2023-06-08 11:47:17 +05:30
test_website.py
fix(test): Remove frappe.local.request between requests
2023-06-16 13:27:49 +02:00
tests_geo_utils.py
test: Use FrappeTestCase everywhere
2022-08-17 16:39:42 +05:30
translation_test_file.txt
feat: allow splitting _() function call on multiple lines
2022-03-26 16:18:35 +05:30
ui_test_helpers.py
test: publish_progress ui test
2023-07-01 18:06:34 +05:30
utils.py
test: add perf test helper for counting rows read
2023-06-28 19:51:18 +05:30