seitime-frappe/frappe/tests
Achilles Rasquinha b8825ca116 Pure Python MySQL instead mysqlclient (with Python C API) (#4280)
* added PyMYSQL instead mysqlclient-python

* added pymysql import

* fixed db module import

* foxed self._conn wrapper

* updated cursor migration

* removed existent converters

* some more fixes towards API port

* modified travis

* updated doctype and revereted yml

* modified travis

* refreshed logging

* raw fix

* moved from hard coded constants to declarable instances

* moved from hard coded constants to declarable instances

* refactoring and logging

* moved to global import declaration

* fixed codacy

* unfixed codacy

* minor fix

* binary_type has a single

* deprecated alternative

* merged with latest

* fixed merge conflicts

* using deprecated alternative

* raw fix

* stupid fix

* using StringTypes instead

* brutal hack

* log

* tundebazy to the rescue

* fixed content_hash error

* frappe/database.py

* frappe/database.py

* updated database.py

* updated requirements

* updated requirements

* fixed codacy

* fixed codacy

* moved from DatabaseOperationalError to pymysql.InternalError

* moved from DatabaseOperationalError to pymysql.InternalError

* fixed codacy

* empty commit

* fixed codacy

* fixed codacy
2017-11-06 16:42:01 +05:30
..
data [fix] email encoding issues, fixes frappe/erpnext#7145 2017-01-30 12:57:12 +05:30
ui [Fix] Workflow ui test dependency (#4421) 2017-11-03 13:37:48 +05:30
__init__.py Web Notes to Frappe, better alerts, css fixes, fixed splash 2015-03-03 15:09:34 +05:30
test_api.py [test] dont run test_insert_many in travis 2017-07-12 12:57:35 +05:30
test_assign.py [Fixes] flag value fixes 2015-11-02 15:23:16 +05:30
test_bot.py [fix] test_bot.py 2016-12-31 13:30:38 +05:30
test_client.py [hotfix] throw DoesNotExistError if doctype is not available on Delete api (#4013) 2017-09-01 09:16:32 +05:30
test_data_import.py Data Import Tool in excel file format (#3231) 2017-05-18 11:40:44 +05:30
test_db.py Pure Python MySQL instead mysqlclient (with Python C API) (#4280) 2017-11-06 16:42:01 +05:30
test_db_query.py [hotfix] fixes for AttributeError: 'NoneType' object has no attribute 'split' (#3840) 2017-08-02 12:47:10 +05:30
test_defaults.py Web Notes to Frappe, better alerts, css fixes, fixed splash 2015-03-03 15:09:34 +05:30
test_document.py [Fix] Auto increment of series not working if series has multiple dot(.) (#3661) 2017-07-12 17:06:37 +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 [refactor] [optimize] dynamic links on deletion 2016-03-10 15:14:44 +05:30
test_email.py More Python 3 compatibility Frappe test fixes (#4321) 2017-10-17 17:45:49 +05:30
test_filemanager.py Web Notes to Frappe, better alerts, css fixes, fixed splash 2015-03-03 15:09:34 +05:30
test_fmt_money.py Fix fmt_money tests 2017-08-17 11:51:35 +05:30
test_form_load.py [enhance] custom perms 2017-01-11 17:34:55 +05:30
test_frappeoauth2client.py [Fix] Codacy Issue 2017-09-06 18:45:23 +05:30
test_geo_ip.py Web Notes to Frappe, better alerts, css fixes, fixed splash 2015-03-03 15:09:34 +05:30
test_global_search.py Fixed test cases 2017-04-22 15:42:56 +05:30
test_goal.py C3 to Charts (#4228) 2017-10-17 12:02:39 +05:30
test_hooks.py Web Notes to Frappe, better alerts, css fixes, fixed splash 2015-03-03 15:09:34 +05:30
test_password.py Password Strength Policy Enhancement (#3194) 2017-05-08 16:10:12 +05:30
test_patches.py [test] check patch names 2017-04-13 13:36:33 +05:30
test_permissions.py Replaced all instances of basestring with six.string_types 2017-08-11 00:10:11 +05:30
test_scheduler.py Cron like events scheduler (#4339) 2017-10-27 14:48:48 +05:30
test_seen.py [fix] [test] test_seen.py 2016-03-25 17:42:13 +05:30
test_translation.py [cache] fix for website, default, meta, etc 2015-05-08 18:04:13 +05:30
test_twofactor.py Merge pull request #4023 from schilgod/develop 2017-09-14 11:23:16 +05:30
test_utils.py fix codacy 2017-08-17 12:50:15 +05:30
test_website.py [tests] added basic tests for page and generator 2016-06-27 11:50:04 +05:30