seitime-frappe/frappe/tests
Gavin D'souza e407b78506 chore: Drop dead and deprecated code
* Remove six for PY2 compatability since our dependencies are not, PY2
  is legacy.
* Removed usages of utils from future/past libraries since they are
  deprecated. This includes 'from __future__ ...' and 'from past...'
  statements.
* Removed compatibility imports for PY2, switched from six imports to
  standard library imports.
* Removed utils code blocks that handle operations depending on PY2/3
  versions.
* Removed 'from __future__ ...' lines from templates/code generators
* Used PY3 syntaxes in place of PY2 compatible blocks. eg: metaclass
2021-05-26 15:31:29 +05:30
..
data fix: added tests, cleaned up code 2020-11-30 14:56:56 +05:30
__init__.py test: Fix test dependencies 2021-05-05 13:15:52 +05:30
test_api.py fix(test): Set admin password correctly 2021-05-21 11:22:19 +05:30
test_assign.py chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30
test_auth.py chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30
test_background_jobs.py test: Wait for enqueued job to execute 2021-03-10 10:29:07 +05:30
test_boilerplate.py test: check if created python files are parsable 2021-05-07 10:34:46 +05:30
test_bot.py chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30
test_client.py chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30
test_commands.py chore: replace assertEquals with alias assertEqual 2021-05-06 21:16:22 +05:30
test_cors.py chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30
test_db.py chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30
test_db_query.py chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30
test_db_update.py fix(default): cast as string as required 2020-10-26 10:02:04 +05:30
test_defaults.py chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30
test_document.py chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30
test_document_locks.py chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30
test_domainification.py chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30
test_dynamic_links.py chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30
test_email.py chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30
test_exporter_fixtures.py chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30
test_fmt_datetime.py chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30
test_fmt_money.py chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30
test_form_load.py chore: Drop dead and deprecated code 2021-05-26 15:31:29 +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_frappe_client.py chore: Rename test suite and remove unused imports 2021-05-20 17:11:12 +05:30
test_geo_ip.py chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30
test_global_search.py chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30
test_goal.py chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30
test_hooks.py chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30
test_listview.py chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30
test_monitor.py chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30
test_naming.py chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30
test_oauth20.py refactor: fix py3 datatypes and remove references to six in oauth 2021-04-28 14:02:23 +05:30
test_password.py chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30
test_patches.py chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30
test_pdf.py chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30
test_permissions.py chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30
test_query_report.py chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30
test_rate_limiter.py chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30
test_recorder.py chore: Drop dead and deprecated code 2021-05-26 15:31:29 +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 chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30
test_scheduler.py chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30
test_search.py chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30
test_seen.py chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30
test_sitemap.py chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30
test_translate.py chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30
test_translation.py chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30
test_twofactor.py chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30
test_utils.py chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30
test_website.py chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30
tests_geo_utils.py chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30
translation_test_file.txt test: Add translation extraction test 2020-05-03 18:41:19 +05:30
ui_test_helpers.py test: fix relative_time_filters ui test 2021-03-18 16:09:17 +05:30