..
data
fix: added tests, cleaned up code
2020-11-30 14:56:56 +05:30
__init__.py
chore: cleanup redundant function definitions, sort imports
2019-11-29 18:00:40 +05:30
test_api.py
fix(minor): client.get_value fix for single
2020-08-22 21:18:38 +05:30
test_assign.py
fix: test cases
2020-05-06 17:40:50 +05:30
test_auth.py
fix: Login with username fails (bp #12658 ) ( #12663 )
2021-03-24 21:40:08 +05:30
test_background_jobs.py
test: Wait for enqueued job to execute
2021-03-10 10:29:07 +05:30
test_bot.py
Postgres support for Frappe ( #5919 )
2018-09-21 10:20:48 +05:30
test_client.py
fix(frappe client): validate http method for frappe.client api ( #11228 )
2020-09-14 12:30:30 +05:30
test_commands.py
feat: Set default site using FRAPPE_SITE env var
2021-02-04 22:19:39 +05:30
test_cors.py
feat: set CORS headers based on allow_cors site config
2021-01-09 14:55:55 +05:30
test_db.py
fix(minor): test_db.py
2020-10-26 14:16:23 +05:30
test_db_query.py
fix: Check for fieldlevel permission for report query ( #12163 )
2021-01-28 17:14:47 +05:30
test_db_update.py
fix(default): cast as string as required
2020-10-26 10:02:04 +05:30
test_defaults.py
[Fix] Defaults doesn't comply with user permission fix ( #5735 )
2018-07-03 10:52:56 +05:30
test_document.py
chore: Move rename doctype method to dedicated TestCase
2020-11-27 16:49:49 +05:30
test_document_locks.py
File Based Locking at Document Level ( #2374 )
2016-11-25 16:14:00 +05:30
test_domainification.py
Save domain settings to create related custom fields for already enabled domain ( #4378 )
2017-10-27 15:26:02 +05:30
test_dynamic_links.py
fix(test): test and mandatory in blog post
2019-02-09 11:59:29 +05:30
test_email.py
fix: test case
2020-10-20 16:15:17 +05:30
test_exporter_fixtures.py
feat: Rename "Custom Script" to "Client Script"
2021-02-04 14:06:09 +05:30
test_fmt_datetime.py
feat: Optionally remove seconds from datetime ( #8531 )
2019-12-25 14:54:28 +05:30
test_fmt_money.py
style: Linting fixes ( #6809 )
2019-01-23 16:39:55 +05:30
test_form_load.py
fix(minor): fix fieldame in apply_property_setters in model/meta.py
2020-10-26 10:02:04 +05:30
test_formatter.py
fix: Show default currency as a fallback for currency fieldtype ( #8944 )
2019-12-14 17:34:04 +05:30
test_geo_ip.py
style: Linting fixes ( #6809 )
2019-01-23 16:39:55 +05:30
test_global_search.py
chore: add test to check null result
2020-04-03 09:54:34 +05:30
test_goal.py
Postgres support for Frappe ( #5919 )
2018-09-21 10:20:48 +05:30
test_hooks.py
fix: introduce frappe.controllers; clear global if cache is cleared; replace old references
2021-01-07 10:57:08 +05:30
test_listview.py
Merge branch 'develop' of https://github.com/frappe/frappe into force_listview_columns
2020-01-04 10:55:36 +05:30
test_monitor.py
fix: Remove flaky assertions
2020-03-05 17:20:59 +05:30
test_naming.py
test: Make email account is email account test ( #11139 )
2020-07-29 17:17:53 +05:30
test_oauth20.py
refactor: move encode_params from test to oauth2.py
2020-11-20 19:02:33 +01:00
test_password.py
Postgres support for Frappe ( #5919 )
2018-09-21 10:20:48 +05:30
test_patches.py
fix(unicode): Import unicode_literals in every file ( #6805 )
2019-01-25 11:56:27 +05:30
test_pdf.py
test(pdf): Generate PDF as a user
2020-10-27 14:18:35 +05:30
test_permissions.py
feat: Added permission to grant only Select access to document ( #12063 )
2020-12-29 16:58:28 +05:30
test_query_report.py
test: Fix query report test
2020-10-18 11:20:04 +05:30
test_rate_limiter.py
test: Fix rate limiting reset password test
2021-03-09 14:03:00 +05:30
test_recorder.py
test(recorder): Error page rendering shouldn't fail when recorder is active
2020-10-28 09:36:19 +05:30
test_rename_doc.py
test: Set frappe.conf.developer_mode for test_rename_doc
2020-12-17 11:18:13 +05:30
test_safe_exec.py
fix(minor): make utils explicit in safe_globals ( #11408 )
2020-09-03 14:26:01 +05:30
test_scheduler.py
fix(tests): add a timeout since, faster execution?
2020-12-24 14:48:40 +05:30
test_search.py
fix(minor): homepage for frappe and tests
2021-01-01 18:03:06 +05:30
test_seen.py
[fix] [test] test_seen.py
2016-03-25 17:42:13 +05:30
test_sitemap.py
fix(tests): sitemap and condition field for Web View
2020-04-16 09:38:34 +05:30
test_translate.py
test: fix test_money_in_words ( #12166 )
2021-01-06 17:34:48 +05:30
test_translation.py
self.assertEqual
2018-02-28 21:19:01 +05:30
test_twofactor.py
Merge branch 'develop' into refactor-scheduler
2019-12-02 13:16:45 +05:30
test_utils.py
fix: made requested changes
2020-11-30 18:58:53 +05:30
test_website.py
test: login-css is no longer in login.html
2020-09-10 14:49:31 +02:00
tests_geo_utils.py
Replace spaces by tabs
2020-10-07 18:57:01 +02:00
translation_test_file.txt
test: Add translation extraction test
2020-05-03 18:41:19 +05:30
ui_test_helpers.py
fix: Redesign Fixes (bp #12591 ) ( #12611 )
2021-03-18 17:01:24 +05:30