seitime-frappe/frappe/tests
Ankush Menat 7d50ef19d3 perf: Delete multiple keys in O(1) redis calls
Currently we call redis for each key, redis already supports deleting
multiple keys in one go.
2023-06-03 22:53:10 +05:30
..
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: make test for assignment independent of Note 2022-12-20 16:30:11 +01:00
test_auth.py refactor: improve test, rate limiting 2022-12-30 13:42:42 +05:30
test_background_jobs.py test: expected failing test 2023-05-09 12:42:25 +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 fix: Apply permissions on Report sidebar 2023-02-03 18:07:21 +05:30
test_bot.py test: Use FrappeTestCase everywhere 2022-08-17 16:39:42 +05:30
test_caching.py perf: Delete multiple keys in O(1) redis calls 2023-06-03 22:53:10 +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 test: Add tests for scheduler cli 2023-02-13 15:13:43 +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: db callbacks 2023-06-03 18:44:19 +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 feat!: populate fields from kwargs in frappe.new_doc (#21190) 2023-05-31 12:29:31 +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 test: fix test_unsubscribe 2023-02-01 21:37:23 +05:30
test_exporter_fixtures.py test: Use FrappeTestCase everywhere 2022-08-17 16:39:42 +05:30
test_fixture_import.py test: Use FrappeTestCase everywhere 2022-08-17 16:39:42 +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 fix: test frappe client 2023-01-18 13:24:13 +01:00
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 feat: hook ignore_links_on_delete to skip doctypes on delete (#19347) 2022-12-20 11:17:28 +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 fix: log requests even if no response (#20638) 2023-04-11 07:29:14 +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 fix(oauth): add exp to idToken (#20694) 2023-05-05 01:19:03 +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 test: Use FrappeTestCase everywhere 2022-08-17 16:39:42 +05:30
test_perf.py perf: single query db.set_value 2022-10-06 19:46:58 +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: improve test, rate limiting 2022-12-30 13:42:42 +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 test: switch tests to supported methods (#20494) 2023-03-29 10:31:01 +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 test: test without adding hacky flags 2022-12-14 15:46:46 +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 test: Use FrappeTestCase everywhere 2022-08-17 16:39:42 +05:30
test_utils.py fix: change pretty date expectations in test 2023-04-11 15:56:05 +02:00
test_virtual_doctype.py fix(DX): validate virtual doctype controllers 2022-12-13 14:18:19 +05:30
test_webform.py test: Use FrappeTestCase everywhere 2022-08-17 16:39:42 +05:30
test_website.py test: fix print view test from lang 2023-04-14 09:07:00 +05:30
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 Merge branch 'develop' into fix-note-2 2023-04-05 19:14:28 +02:00
utils.py refactor: move flush_realtime_log to realtime.py 2023-06-03 18:44:19 +05:30