seitime-frappe/frappe/tests
Aditya Hase 2c93dc74fe fix: Update regex for capturing touched tables from query (#7588)
Previous regex used to yield false positives and false negatives
for queries like

UPDATE tabToDo SET description = "something"

Instead of yielding "tabToDo" it used to yield "tabToDo SET".

Now two separate regexes handle single word and multi-word names
In case of multi-word surrounding quotes are a must
2019-05-29 14:51:19 +05:30
..
data Changed email domain to example.com (#5985) 2018-08-20 10:36:58 +05:30
ui fix(import): Import print_function once 2019-01-28 14:54:55 +05:30
__init__.py Merge branch 'staging' into develop 2019-01-29 18:24:11 +05:30
test_api.py Postgres support for Frappe (#5919) 2018-09-21 10:20:48 +05:30
test_assign.py Improve query for assignment count and add test 2019-03-27 22:41:02 +05:30
test_bot.py Postgres support for Frappe (#5919) 2018-09-21 10:20:48 +05:30
test_client.py self.assertEqual 2018-02-28 21:19:01 +05:30
test_db.py fix: Update regex for capturing touched tables from query (#7588) 2019-05-29 14:51:19 +05:30
test_db_query.py fix: frappe.conf.db_type -> frappe.db.db_type 2019-05-24 11:44:28 +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 Merge branch 'master' into develop 2019-03-28 13:44:14 +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 Postgres support for Frappe (#5919) 2018-09-21 10:20:48 +05:30
test_exporter_fixtures.py New data import (#4601) 2017-12-15 12:17:24 +05:30
test_fmt_money.py style: Linting fixes (#6809) 2019-01-23 16:39:55 +05:30
test_form_load.py Merge branch 'staging' into develop 2019-01-29 18:24:11 +05:30
test_frappeoauth2client.py Social login refactor (#4519) 2018-01-03 14:57:16 +05:30
test_geo_ip.py style: Linting fixes (#6809) 2019-01-23 16:39:55 +05:30
test_global_search.py feat: Index all web pages for search (#7322) 2019-04-26 12:41:17 +05:30
test_goal.py Postgres support for Frappe (#5919) 2018-09-21 10:20:48 +05:30
test_hooks.py Web Notes to Frappe, better alerts, css fixes, fixed splash 2015-03-03 15:09:34 +05:30
test_listview.py feat(desk): List View Settings 2019-03-06 19:30:39 +05:30
test_naming.py fix: doctype passed but not used (#7112) 2019-03-28 11:57:15 +05:30
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 fix: possible fix to encoding issues in py3 2019-04-27 18:03:00 +05:30
test_permissions.py test: validate no fetch for multiple non default user permission 2019-04-24 13:19:04 +05:30
test_query_report.py fix(report): Fix file exports for reports that show totals (#6902) 2019-02-26 16:11:55 +05:30
test_recorder.py fix: frappe.conf.db_type -> frappe.db.db_type 2019-05-24 11:44:28 +05:30
test_scheduler.py Merge branch 'staging' into develop 2018-12-13 10:37:25 +05:30
test_search.py Doctype links in foreign language (#5745) 2018-08-24 15:23:20 +05:30
test_seen.py [fix] [test] test_seen.py 2016-03-25 17:42:13 +05:30
test_sitemap.py fix: Sitemap test 2019-03-20 13:03:23 +05:30
test_translation.py self.assertEqual 2018-02-28 21:19:01 +05:30
test_twofactor.py feat: Allow website templates to have different base templates (#6811) 2019-01-27 20:46:23 +05:30
test_utils.py test: Fix Cypress tests 2019-02-19 15:24:18 +05:30
test_website.py feat: Website Redirects 2019-05-07 11:32:28 +05:30