seitime-frappe/frappe/tests
Ankush Menat 21442f5cba perf: disable creating version for new docs
Each new doc inserts a version, this contains nothing but creator and
creation time.. which is already immutable information on the original
document.

This was added for cases like data import to track from where document
got created, ref: b7dfe7969d

Fix: only add a version on creation IF creation info is present on flags
2022-06-12 18:07:55 +05:30
..
data test: Add tests for optimize_file 2021-08-25 17:17:39 +05:30
__init__.py test: Case to validate Web Link authentication 2022-05-30 15:35:47 +05:30
test_api.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
test_assign.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
test_auth.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
test_background_jobs.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
test_base_document.py refactor(BaseDocument)!: improved get, set and extend methods (#16540) 2022-05-04 18:37:06 +05:30
test_boilerplate.py chore!: remove dead hooks app_icon & app_color 2022-05-10 14:41:01 +05:30
test_bot.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
test_caching.py test: Added tests for site_cache, request_cache 2022-06-07 15:56:26 +05:30
test_child_table.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
test_client.py test: test for insert_many client function 2022-05-11 23:59:21 +05:30
test_commands.py refactor: Remove unused imports & code 2022-05-19 15:34:35 +05:30
test_cors.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
test_db.py fix: multiple postgres transaction abort issues 2022-06-05 00:26:15 +05:30
test_db_query.py fix: initialize link_tables in constructor 2022-05-30 10:50:16 +05:30
test_db_update.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
test_defaults.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
test_deferred_insert.py fix: handle dict data in deferred_insert 2022-05-04 14:59:17 +05:30
test_docstatus.py feat: utility methods for docstatus (#15515) 2022-02-04 07:41:25 +00:00
test_document.py test: Update test case and add more assertions 2022-05-31 15:00:09 +05:30
test_document_locks.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
test_domainification.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
test_dynamic_links.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
test_email.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
test_exporter_fixtures.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
test_fixture_import.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
test_fmt_datetime.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
test_fmt_money.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
test_form_load.py perf: disable creating version for new docs 2022-06-12 18:07:55 +05:30
test_formatter.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
test_frappe_client.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
test_geo_ip.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
test_global_search.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
test_goal.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
test_hooks.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
test_linked_with.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
test_listview.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
test_monitor.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
test_naming.py fix: naming using doc fields (#17040) 2022-05-31 19:55:34 +05:30
test_nestedset.py test: Added tests for nestedset 2022-04-12 19:06:01 +05:30
test_oauth20.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
test_password.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
test_patches.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
test_pdf.py chore(deps): Bump PyPDF2 from 1.26.0 to 2.1.0 2022-06-10 12:08:10 +05:30
test_permissions.py test: fix badly written tests 2022-04-22 19:47:54 +05:30
test_printview.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
test_query.py test: update test_multiple_tables_in_filters 2022-04-28 17:10:31 +05:30
test_query_builder.py test: get_query_builder 2022-05-16 15:20:23 +05:30
test_query_report.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
test_rate_limiter.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
test_recorder.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
test_redis.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
test_rename_doc.py fix: multiple postgres transaction abort issues 2022-06-05 00:26:15 +05:30
test_safe_exec.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
test_scheduler.py refactor: Remove unused imports & code 2022-05-19 15:34:35 +05:30
test_search.py perf: dont rebuild same translation dict 2022-05-22 22:54:23 +05:30
test_seen.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
test_sequence.py fix: misc fixes (integer primary keys) (#16307) 2022-04-29 15:06:03 +05:30
test_sitemap.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
test_test_utils.py test: improve FrappeTestCase 2022-04-22 19:47:54 +05:30
test_translate.py perf: dont rebuild same translation dict 2022-05-22 22:54:23 +05:30
test_twofactor.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
test_utils.py refactor: simplify timegrain conditions 2022-06-08 11:53:14 +05:30
test_webform.py test: Add a case to cover webform publish functionality 2022-05-09 19:27:18 +05:30
test_website.py test: Assert status_code according to the exception 2022-06-01 12:49:47 +05:30
tests_geo_utils.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +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 refactor: used list comprehension 2022-04-22 16:59:03 +05:30
utils.py test: flaky test due to stale translation cache (#16985) 2022-05-25 15:22:30 +05:30