seitime-frappe/frappe/tests
2023-02-02 17:05:44 +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 refactor: simplify api.py (#18372) 2022-10-12 15:18:39 +05:30
test_assign.py test: Use FrappeTestCase everywhere 2022-08-17 16:39:42 +05:30
test_auth.py refactor: improve test, rate limiting 2022-12-30 13:42:42 +05:30
test_background_jobs.py refactor!: remove background jobs page 2022-09-12 11:49:25 +05:30
test_base_document.py test: Use FrappeTestCase everywhere 2022-08-17 16:39:42 +05:30
test_boilerplate.py feat: Interactively add a new patch (#19722) 2023-01-23 15:04:43 +05:30
test_boot.py fix: Only apply perm query to non-admin users 2023-01-30 11:24:16 +05:30
test_bot.py test: Use FrappeTestCase everywhere 2022-08-17 16:39:42 +05:30
test_caching.py test: Use FrappeTestCase everywhere 2022-08-17 16:39:42 +05:30
test_child_table.py test: Use FrappeTestCase everywhere 2022-08-17 16:39:42 +05:30
test_client.py fix(insert_many): list instead of set to maintain order (#18641) 2022-10-28 14:37:17 +05:30
test_commands.py refactor: Add a maxsplit limit to string splits 2023-01-24 19:22:51 +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 fix: list filter 2023-01-09 19:44:11 +05:30
test_db_query.py fix(reportview): Remove aggregate_on_field added in fields 2023-01-20 19:26:56 +05:30
test_db_update.py test: another test case for index duplication 2022-12-15 14:11:26 +05:30
test_defaults.py test: Use FrappeTestCase everywhere 2022-08-17 16:39:42 +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 fix: don't validate to & from dates if any one is missing in validate_from_to_dates (#19079) 2022-12-03 18:32:59 +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 test: FrappeClient tests not skipped (#17843) 2022-08-16 14:10:12 +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 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 test: Use FrappeTestCase everywhere 2022-08-17 16:39:42 +05:30
test_model_utils.py test: Use FrappeTestCase everywhere 2022-08-17 16:39:42 +05:30
test_modules.py refactor: remove txt param from generate_hash use 2022-11-10 11:56:48 +05:30
test_monitor.py test: Use FrappeTestCase everywhere 2022-08-17 16:39:42 +05:30
test_naming.py fix: ignore empty part in naming series (#17508) 2022-07-14 13:14:58 +05:30
test_nestedset.py test: test for root deletion with/out allow_root_deletion 2022-09-02 23:32:00 +05:30
test_oauth20.py test: Use FrappeTestCase everywhere 2022-08-17 16:39:42 +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 testcases for parentfield validations 2022-12-04 20:06:26 +00:00
test_printview.py test: Use FrappeTestCase everywhere 2022-08-17 16:39:42 +05:30
test_query.py fix: handle empty list as filters 2023-01-16 15:38:15 +05:30
test_query_builder.py feat: UnixTimestamp QB function 2023-01-09 12:05:52 +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 fix: Consider parenttype when renaming (#19901) 2023-02-02 17:05:44 +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 refactor: Add a maxsplit limit to string splits 2023-01-24 19:22:51 +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: ignore global translations (#18733) 2022-11-03 03:00:03 +05:30
test_twofactor.py test: Use FrappeTestCase everywhere 2022-08-17 16:39:42 +05:30
test_utils.py fix: sanitize traceback for common secrets (#19805) 2023-01-27 12:44:33 +05:30
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: patch get_hooks to bypass cache 2022-11-15 14:50:38 +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 fix: RSS feed escaping (#19546) 2023-01-10 11:45:31 +05:30
utils.py fix: assertAlmostEqual with precision 2023-01-26 11:39:41 +01:00