seitime-frappe/frappe/tests
2022-03-26 16:18:35 +05:30
..
data test: Add tests for optimize_file 2021-08-25 17:17:39 +05:30
__init__.py test: Fix test dependencies 2021-05-05 13:15:52 +05:30
test_api.py test(test_api): Use login manager instead of request login 2022-02-24 11:34:29 +05:30
test_assign.py fix: Show assignments based on allocated todo only 2022-03-23 13:13:31 +05:30
test_auth.py test: Clear cache on updating system settings 2022-01-12 16:14:24 +05:30
test_background_jobs.py fix: Use bench path as default bench_id 2021-07-29 20:43:34 +05:30
test_base_document.py fix: use assertEqual instead of assertEquals for Python 3.11 compatibility 2022-03-21 11:05:43 +00:00
test_boilerplate.py feat: add no-git option in make-app command and boilerplate generation (#15028) 2021-11-23 04:11:06 +00:00
test_bot.py chore: Update header: license.txt => LICENSE 2021-09-03 12:02:59 +05:30
test_child_table.py test: child table creation and transitioning 2022-02-07 15:12:43 +05:30
test_client.py test: web request with array values as params 2022-02-01 13:16:16 +05:30
test_commands.py test: Add test for asset building command 2022-02-11 19:25:21 +05:30
test_cors.py chore: Update header: license.txt => LICENSE 2021-09-03 12:02:59 +05:30
test_db.py test: make sure exists doesn't eat the doctype key 2022-03-21 20:51:35 +01:00
test_db_query.py chore: rename cast_autoincremented_name to cast_name 2022-03-11 23:46:00 +05:30
test_db_update.py chore: adding back idx column 2022-02-07 16:40:01 +05:30
test_defaults.py chore: Update header: license.txt => LICENSE 2021-09-03 12:02:59 +05:30
test_docstatus.py feat: utility methods for docstatus (#15515) 2022-02-04 07:41:25 +00:00
test_document.py fix: get currency name from DB only if options are set and value is truthy (#16382) 2022-03-23 19:28:01 +05:30
test_document_locks.py chore: Update header: license.txt => LICENSE 2021-09-03 12:02:59 +05:30
test_domainification.py chore: Update header: license.txt => LICENSE 2021-09-03 12:02:59 +05:30
test_dynamic_links.py chore: Update header: license.txt => LICENSE 2021-09-03 12:02:59 +05:30
test_email.py test: Skip test_image_parsing if no mail found 2022-02-23 20:25:14 +05:30
test_exporter_fixtures.py chore: Update header: license.txt => LICENSE 2021-09-03 12:02:59 +05:30
test_fixture_import.py style: Fixed indentation 2021-12-24 19:19:22 +05:30
test_fmt_datetime.py chore: Update header: license.txt => LICENSE 2021-09-03 12:02:59 +05:30
test_fmt_money.py chore: Update header: license.txt => LICENSE 2021-09-03 12:02:59 +05:30
test_form_load.py fix: dont return docinfo as message 2022-03-15 12:46:36 +05:30
test_formatter.py fix: modified original test 2021-07-20 21:06:27 +05:30
test_frappe_client.py test(TestFrappeClient): Set Admin password else skip 2022-02-23 20:28:19 +05:30
test_geo_ip.py chore: Update header: license.txt => LICENSE 2021-09-03 12:02:59 +05:30
test_global_search.py test: tests for Cast_ Function in qb (#16399) 2022-03-25 14:46:08 +05:30
test_goal.py chore: Update header: license.txt => LICENSE 2021-09-03 12:02:59 +05:30
test_hooks.py chore: Update header: license.txt => LICENSE 2021-09-03 12:02:59 +05:30
test_linked_with.py style: Fix sider alerts 2021-11-28 09:44:05 +05:30
test_listview.py chore: Update header: license.txt => LICENSE 2021-09-03 12:02:59 +05:30
test_monitor.py chore: Update header: license.txt => LICENSE 2021-09-03 12:02:59 +05:30
test_naming.py feat: integer primary keys 2022-03-11 23:46:00 +05:30
test_oauth20.py chore: Update header: license.txt => LICENSE 2021-09-03 12:02:59 +05:30
test_password.py chore: Update header: license.txt => LICENSE 2021-09-03 12:02:59 +05:30
test_patches.py test: commented out lines in patches.txt (#15818) 2022-01-31 22:00:24 +05:30
test_pdf.py chore: Update header: license.txt => LICENSE 2021-09-03 12:02:59 +05:30
test_permissions.py feat: testing utilities 2022-02-28 16:20:51 +05:30
test_printview.py test: print view should not show warning/errors (#14972) 2021-11-17 19:40:38 +05:30
test_query_builder.py test: tests for Cast_ Function in qb (#16399) 2022-03-25 14:46:08 +05:30
test_query_report.py test: remove string column 2022-03-07 12:29:36 +01:00
test_rate_limiter.py chore: Update header: license.txt => LICENSE 2021-09-03 12:02:59 +05:30
test_recorder.py chore: Update header: license.txt => LICENSE 2021-09-03 12:02:59 +05:30
test_redis.py fix: rq utiliy module conflicts with redis queue's rq package 2021-09-23 12:42:25 +05:30
test_rename_doc.py test: Use 'Module Def' to test update_document_title 2022-02-23 18:23:24 +05:30
test_safe_exec.py feat: frappe.enqueue and frappe.call for server scripts 2021-12-22 13:21:13 +05:30
test_scheduler.py refactor(tests): frappe.db.delete > frappe.db.sql 2021-08-19 19:48:42 +05:30
test_search.py fix: use assertEqual instead of assertEquals for Python 3.11 compatibility 2022-03-21 11:05:43 +00:00
test_seen.py chore: Update header: license.txt => LICENSE 2021-09-03 12:02:59 +05:30
test_sitemap.py chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30
test_translate.py feat: allow splitting _() function call on multiple lines 2022-03-26 16:18:35 +05:30
test_twofactor.py refactor: use is bool instead of == bool 2022-01-17 15:40:33 +01:00
test_utils.py test: test_app_name_parser 2022-03-22 14:17:01 +05:30
test_webform.py test: test hook to get website_list_context 2021-09-03 16:55:44 +05:30
test_website.py Merge pull request #15661 from gavindsouza/thumbnail-for-images 2022-02-02 12:21:06 +05:30
tests_geo_utils.py chore: Update header: license.txt => LICENSE 2021-09-03 12:02:59 +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 pull request #16070 from shariquerik/grid-search-feat 2022-03-17 07:03:44 +00:00
utils.py feat: testing utilities 2022-02-28 16:20:51 +05:30