seitime-frappe/frappe/tests
Ankush Menat 433115f62d
test: rollback test transaction after executing cmd (#19606)
In command tests if connection is active then due to repeatable read
isolation you will continue to read old data which might be modified by
the command you're trying to test.

It makes sense to end transaction after each command execution here.

[skip ci]
2023-01-16 18:43:52 +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 test: Use FrappeTestCase everywhere 2022-08-17 16:39:42 +05:30
test_boot.py test: Use FrappeTestCase everywhere 2022-08-17 16:39:42 +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 test: rollback test transaction after executing cmd (#19606) 2023-01-16 18:43:52 +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 refactor!: Drop deprecated functionality (#18815) 2022-11-11 19:54:36 +05:30
test_db_query.py fix(db_query): Disallow usage of certain functions in *_by (#18981) 2022-11-28 12:42:29 +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 refactor: hmac generation 2022-11-12 13:05:57 +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: Use FrappeTestCase everywhere 2022-08-17 16:39:42 +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_patches.py test: Use FrappeTestCase everywhere 2022-08-17 16:39:42 +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 test: use double quotes for postgres query assertions 2022-11-03 12:50:38 +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(whitelisted)!: Raise TypeError instead of ValidationError for unaccepted param types 2022-12-15 13:47:05 +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 test: remove duplication in test_search 2022-12-16 10:21:50 +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 test(typing-utils): Specify exc type 2022-12-19 15:10:56 +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 perf(install): bulk insert country and currencies (#19084) 2022-12-03 12:03:05 +05:30