seitime-frappe/frappe/tests
Ankush Menat 53af10a064 refactor!: python pretty_date consistent with JS
Python pretty date was ceiling month and week instead of flooring them,
this is incorrect AND inconsistent with popular JS library pretty date
that we use on client side
2022-08-16 10:53:28 +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 fix: Allow setting kwarg site for make_request test util 2022-08-05 13:54:58 +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_boot.py refactor: Use FrappeTestCase as it rolls back test data 2022-07-21 17:03:52 +05:30
test_bot.py refactor: clean up code to py310 supported features (#17367) 2022-07-01 11:51:05 +05:30
test_caching.py refactor: clean up code to py310 supported features (#17367) 2022-07-01 11:51:05 +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 fix: get single doc using client.get (#17817) 2022-08-13 14:38:06 +05:30
test_commands.py test: Add test for bench_helper module 2022-08-11 23:53:21 +05:30
test_config.py test: Add test for config module 2022-08-12 12:54:00 +05:30
test_cors.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
test_db.py test(db): Add tests for untested db methods 2022-07-22 13:30:47 +05:30
test_db_query.py Revert "fix: remove integration request check from test_is_set_is_not_set" 2022-07-26 23:17:04 +05:30
test_db_update.py refactor: clean up code to py310 supported features (#17367) 2022-07-01 11:51:05 +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 fix: broken realtime doc change updates (#17567) 2022-07-20 21:05:23 +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 refactor: clean up code to py310 supported features (#17367) 2022-07-01 11:51:05 +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 refactor: clean up code to py310 supported features (#17367) 2022-07-01 11:51:05 +05:30
test_fmt_datetime.py chore: Deprecate backup script + minor refactors 2022-07-22 13:21:29 +05:30
test_fmt_money.py feat: Allow showing currency symbol to the right 2022-07-05 11:21:23 +05:30
test_form_load.py refactor: clean up code to py310 supported features (#17367) 2022-07-01 11:51:05 +05:30
test_formatter.py refactor: clean up code to py310 supported features (#17367) 2022-07-01 11:51:05 +05:30
test_frappe_client.py refactor: clean up code to py310 supported features (#17367) 2022-07-01 11:51:05 +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_model_utils.py perf: reduce DB calls made in get_fetch_values (#17671) 2022-08-05 11:52:37 +05:30
test_modules.py test: Reset requirements for export_doc 2022-08-09 15:57:26 +05:30
test_monitor.py refactor: clean up code to py310 supported features (#17367) 2022-07-01 11:51:05 +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: Added tests for nestedset 2022-04-12 19:06:01 +05:30
test_oauth20.py fix: Setup test_client for each test 2022-08-05 15:12:52 +05:30
test_password.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
test_patches.py test: make sure all patches are in patch.txt 2022-06-16 14:10:01 +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: use different user 2022-08-02 05:02:48 +05:30
test_printview.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
test_query.py feat: Added support for multiple functions in string fields & fixed aliasing 2022-07-12 22:07:11 +05:30
test_query_builder.py refactor: clean up code to py310 supported features (#17367) 2022-07-01 11:51:05 +05:30
test_query_report.py refactor: stringify all non-excel types 2022-07-12 15:53:55 +05:30
test_rate_limiter.py refactor: clean up code to py310 supported features (#17367) 2022-07-01 11:51:05 +05:30
test_recorder.py refactor: clean up code to py310 supported features (#17367) 2022-07-01 11:51:05 +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 refactor: clean up code to py310 supported features (#17367) 2022-07-01 11:51:05 +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 test: Scheduler tests cleanup 2022-06-14 12:22:12 +05:30
test_search.py test: use FrappeTestCase for cleaning up state (#17768) 2022-08-09 16:26:40 +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(sequence): Setup & use SequenceGeneratorLimitExceeded error 2022-06-17 12:10:43 +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 feat: modified parser for frappe JS translate syntax 2022-08-04 15:33:02 +05:30
test_twofactor.py test: use newly created get_default helper 2022-07-11 13:43:38 +05:30
test_utils.py refactor!: python pretty_date consistent with JS 2022-08-16 10:53:28 +05:30
test_virtual_doctype.py refactor: remove test doctype from core (#17598) 2022-08-01 19:05:13 +05:30
test_webform.py refactor: Webform (#17232) 2022-07-19 15:52:15 +05:30
test_website.py test: fix anticipiated test failures 2022-08-04 14:50:24 +05:30
tests_geo_utils.py refactor: clean up code to py310 supported features (#17367) 2022-07-01 11:51:05 +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 chore: set correct translation for ui tests 2022-08-11 13:47:21 +01:00
utils.py test: flaky test due to stale translation cache (#16985) 2022-05-25 15:22:30 +05:30