From bb7b29b30885722d479d9ed34c3c527f1d978eee Mon Sep 17 00:00:00 2001 From: Usman Khalid <2200617@gmail.com> Date: Wed, 4 May 2016 20:05:10 +0500 Subject: [PATCH 01/11] Deleted js-test-tool config files. --- cms/static/js_test.yml | 115 ------------------- cms/static/js_test_squire.yml | 103 ----------------- common/lib/xmodule/xmodule/js/js_test.yml | 75 ------------- common/static/js_test.yml | 88 --------------- common/static/js_test_requirejs.yml | 79 ------------- lms/static/js_test.yml | 130 ---------------------- lms/static/js_test_coffee.yml | 89 --------------- 7 files changed, 679 deletions(-) delete mode 100644 cms/static/js_test.yml delete mode 100644 cms/static/js_test_squire.yml delete mode 100644 common/lib/xmodule/xmodule/js/js_test.yml delete mode 100644 common/static/js_test.yml delete mode 100644 common/static/js_test_requirejs.yml delete mode 100644 lms/static/js_test.yml delete mode 100644 lms/static/js_test_coffee.yml diff --git a/cms/static/js_test.yml b/cms/static/js_test.yml deleted file mode 100644 index 3953a9cec5..0000000000 --- a/cms/static/js_test.yml +++ /dev/null @@ -1,115 +0,0 @@ ---- -# JavaScript test suite description -# -# -# To run all the tests and print results to the console: -# -# js-test-tool run TEST_SUITE --use-firefox -# -# where `TEST_SUITE` is this file. -# -# -# To run the tests in your default browser ("dev mode"): -# -# js-test-tool dev TEST_SUITE -# - -test_suite_name: cms - -test_runner: jasmine_requirejs - -# Path prepended to source files in the coverage report (optional) -# For example, if the source path -# is "src/source.js" (relative to this YAML file) -# and the prepend path is "base/dir" -# then the coverage report will show -# "base/dir/src/source.js" -prepend_path: cms/static - -# Paths to library JavaScript files (optional) -lib_paths: - - xmodule_js/common_static/js/vendor/requirejs/require.js - - xmodule_js/common_static/coffee/src/ajax_prefix.js - - xmodule_js/common_static/js/src/utility.js - - xmodule_js/common_static/js/vendor/jquery.min.js - - xmodule_js/common_static/js/vendor/jquery-ui.min.js - - xmodule_js/common_static/js/vendor/jquery.cookie.js - - xmodule_js/common_static/js/vendor/jquery.simulate.js - - xmodule_js/common_static/common/js/vendor/underscore.js - - xmodule_js/common_static/common/js/vendor/underscore.string.js - - xmodule_js/common_static/common/js/vendor/backbone.js - - xmodule_js/common_static/js/vendor/backbone-associations-min.js - - xmodule_js/common_static/js/vendor/backbone.paginator.min.js - - xmodule_js/common_static/js/vendor/backbone-relational.min.js - - xmodule_js/common_static/js/vendor/timepicker/jquery.timepicker.js - - xmodule_js/common_static/js/vendor/jquery.leanModal.js - - xmodule_js/common_static/js/vendor/jquery.ajaxQueue.js - - xmodule_js/common_static/js/vendor/jquery.form.js - - xmodule_js/common_static/js/vendor/html5-input-polyfills/number-polyfill.js - - xmodule_js/common_static/js/vendor/sinon-1.17.0.js - - xmodule_js/common_static/js/vendor/Squire.js - - xmodule_js/common_static/js/libs/jasmine-stealth.js - - xmodule_js/common_static/js/libs/jasmine-waituntil.js - - xmodule_js/common_static/js/vendor/jasmine-imagediff.js - - xmodule_js/common_static/js/vendor/CodeMirror/codemirror.js - - xmodule_js/common_static/js/vendor/jQuery-File-Upload/js - - xmodule_js/src/xmodule.js - - xmodule_js/common_static/js/test/i18n.js - - xmodule_js/common_static/js/vendor/draggabilly.js - - xmodule_js/common_static/js/vendor/date.js - - xmodule_js/common_static/js/vendor/domReady.js - - xmodule_js/common_static/js/vendor/URI.min.js - - xmodule_js/common_static/js/vendor/jquery.smooth-scroll.min.js - - xmodule_js/common_static/coffee/src/jquery.immediateDescendents.js - - xmodule_js/common_static/js/xblock/ - - xmodule_js/common_static/coffee/src/xblock/ - - xmodule_js/common_static/js/vendor/jQuery-File-Upload/js/jquery.iframe-transport.js - - xmodule_js/common_static/js/vendor/jQuery-File-Upload/js/jquery.fileupload.js - - xmodule_js/common_static/js/vendor/jQuery-File-Upload/js/jquery.fileupload-process.js - - xmodule_js/common_static/js/vendor/jQuery-File-Upload/js/jquery.fileupload-validate.js - - xmodule_js/common_static/js/vendor/mock-ajax.js - - xmodule_js/common_static/js/vendor/requirejs/text.js - - xmodule_js/common_static/edx-pattern-library/js/modernizr-custom.js - - xmodule_js/common_static/edx-pattern-library/js/afontgarde.js - - xmodule_js/common_static/edx-pattern-library/js/edx-icons.js - -# Paths to source JavaScript files -src_paths: - - coffee/src - - js - - js/certificates - - js/factories - - common/js - - edx-pattern-library/js - - edx-ui-toolkit/js - -# Paths to spec (test) JavaScript files -# We should define the custom path mapping in /coffee/spec/main.coffee as well e.g. certificates etc. -spec_paths: - - coffee/spec/main.js - - coffee/spec - - js/spec - - js/certificates/spec - -# Paths to fixture files (optional) -# The fixture path will be set automatically when using jasmine-jquery. -# (https://github.com/velesin/jasmine-jquery) -# -# You can then access fixtures using paths relative to -# the test suite description: -# -# loadFixtures('path/to/fixture/fixture.html'); -# -fixture_paths: - - coffee/fixtures - - templates - - common/templates - -requirejs: - paths: - main: coffee/spec/main - -# Because require.js is responsible for loading all dependencies, we exclude -# all files from being included in