seitime-frappe/frappe/utils
Rushabh Mehta f409fd7358 [ui-tests] python is back! (#3565)
* [ui-tests] python is back!

* [minor] remove old test

* [test] dont test test_runner

* [tests] try firefox

* [tests] try chrome

* [tests] try chrome

* [tests] try chrome

* [tests] try chrome 1

* [tests] try chrome 2

* [tests] try chrome 3

* [tests] try phantomJS

* [tests] try chrome

* [tests] try chrome

* [tests] try chrome

* [tests] try chrome

* [tests] try chrome

* [tests] try chrome

* [tests] try chrome

* [tests] try chrome

* [tests] login click button

* [tests] login click button

* [tests] show log

* [test] test with start_maximized

* [test] test only login

* [travis] test another port for selenium

* [travis] try running ui tests after unittests are done

* [travis] pring body_div if fails

* [tests] complete setup wizard for frappe

* [minor] move ui tests to frappe/ui/tests

* [tests] ui tests in public and codacy fixes

* [fix] tests + eslint

* [minor] move tests to tests/ui folder and print console after print

* [fix] linting

* [tests] added documentation and better integration testing

* [promise] form triggering is now promise based

* [test]

* [test]

* [test]

* [test]

* [test] print output

* [minor] default empty in select and print console

* [cleanup] more minor fixes

* [enhance] first-cut done!

* [minor] frappe.run_serially to pass arguments while chaining
2017-07-03 11:53:00 +05:30
..
__init__.py Email parse addr fix. (#3371) 2017-06-07 15:49:27 +05:30
autodoc.py Python 3 compatible print statements (#3199) 2017-05-01 12:34:29 +05:30
background_jobs.py several throw translations (#3441) 2017-06-13 14:32:47 +05:30
backups.py Python 3 compatible print statements (#3199) 2017-05-01 12:34:29 +05:30
bench_helper.py fix other apps command execution 2017-06-24 18:21:40 +03:00
boilerplate.py Python 3 compatible print statements (#3199) 2017-05-01 12:34:29 +05:30
bot.py [patch] added patch for migration 2017-01-12 15:48:49 +05:30
change_log.py xrange to range (#3237) 2017-05-11 10:55:34 +05:30
csvutils.py Merge pull request #1969 from frappe/hotfix 2016-08-12 11:39:20 +05:30
data.py rewrite use of dict.iteritems (#3498) 2017-06-19 09:10:21 +05:30
dateutils.py Except and raise statement python 3 compatible style (#3216) 2017-05-11 10:51:59 +05:30
doctor.py rewrite use of dict.iteritems (#3498) 2017-06-19 09:10:21 +05:30
error.py Except and raise statement python 3 compatible style (#3216) 2017-05-11 10:51:59 +05:30
file_lock.py File Based Locking at Document Level (#2374) 2016-11-25 16:14:00 +05:30
file_manager.py Download files using REST API and OAuth 2 Token (#3499) 2017-06-19 09:11:31 +05:30
fixtures.py Python 3 compatible print statements (#3199) 2017-05-01 12:34:29 +05:30
formatters.py [minor] added frappe.format and validate_payment in web_form.html 2016-10-18 21:52:17 +05:30
global_search.py [fix] Enqueue syncing global search (#3455) 2017-06-16 11:02:22 +05:30
help.py Except and raise statement python 3 compatible style (#3216) 2017-05-11 10:51:59 +05:30
html_utils.py [minor] html_utils.py, bleach.linkify remove tokenizer 2017-03-09 14:02:26 +05:30
identicon.py [enhancement] Identicon in sidebar 2016-04-01 15:08:22 +05:30
image.py Python 3 compatible print statements (#3199) 2017-05-01 12:34:29 +05:30
install.py [ui-tests] python is back! (#3565) 2017-07-03 11:53:00 +05:30
jinja.py Added “POST” method in app.py and updated csrf_token accessible from “frappe.session” (#3302) 2017-05-19 11:14:08 +05:30
logger.py [fix] longer error logs 2016-10-05 17:57:26 +05:30
make_random.py xrange to range (#3237) 2017-05-11 10:55:34 +05:30
minify.py [hotfix] removed unicode literals from minify.py 2015-02-24 22:30:42 +05:30
momentjs.py [fix] Added unicode_literals if missing in py files 2015-02-24 12:24:20 +05:30
nestedset.py [ui-tests] python is back! (#3565) 2017-07-03 11:53:00 +05:30
oauth.py Deprecate Integration Broker (#2831) 2017-03-14 11:24:26 +05:30
password.py [minor] added error message if the encryption_key in the site_config is changed (#3326) 2017-05-18 12:08:06 +05:30
password_strength.py [minor] compair minimum score with zxcvbn feedback score (#3444) 2017-06-07 12:07:01 +05:30
pdf.py Except and raise statement python 3 compatible style (#3216) 2017-05-11 10:51:59 +05:30
print_format.py [rename] frappe.www.print to frappe.www.printview 2017-05-03 15:59:24 +05:30
redis_wrapper.py rewrite use of dict.iteritems (#3498) 2017-06-19 09:10:21 +05:30
response.py Change raise syntax to python 3 compatible style (#3497) 2017-06-19 09:07:19 +05:30
scheduler.py Enable Scheduler using set_value method, to avoid saving System Settings (#3268) 2017-05-11 16:03:10 +05:30
selenium_testdriver.py [ui-tests] python is back! (#3565) 2017-07-03 11:53:00 +05:30
setup_docs.py rewrite use of dict.iteritems (#3498) 2017-06-19 09:10:21 +05:30
testutils.py [refactor] [optimize] dynamic links on deletion 2016-03-10 15:14:44 +05:30
user.py Except and raise statement python 3 compatible style (#3216) 2017-05-11 10:51:59 +05:30
verified_command.py [fix] test for unsubscribe 2016-08-02 11:57:06 +05:30
xlsutils.py [fix] formatting and modified filters for auto email report, fixes frappe/erpnext#7081 and frappe/erpnext#7147 2016-12-26 13:03:57 +05:30
xlsxutils.py [minor] Handle string with no html tag in xlsxutils (#3332) 2017-05-18 13:39:07 +05:30