From 777be12ada78b01c526f4445c3f7f0d6d43a850a Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sun, 15 Mar 2015 16:10:50 -0400 Subject: [PATCH 1/2] Add missing __init__.py files --- cms/djangoapps/contentstore/features/__init__.py | 0 cms/djangoapps/course_creators/tests/__init__.py | 0 cms/lib/xblock/test/__init__.py | 0 common/djangoapps/course_action_state/tests/__init__.py | 0 common/djangoapps/lang_pref/tests/__init__.py | 0 common/djangoapps/monkey_patch/tests/__init__.py | 0 common/djangoapps/static_replace/test/__init__.py | 0 common/djangoapps/track/backends/tests/__init__.py | 0 common/djangoapps/track/management/tests/__init__.py | 0 common/lib/calc/calc/tests/__init__.py | 0 common/lib/capa/capa/safe_exec/tests/__init__.py | 0 common/lib/xmodule/xmodule/assetstore/tests/__init__.py | 0 lms/djangoapps/courseware/features/__init__.py | 0 lms/djangoapps/dashboard/management/commands/tests/__init__.py | 0 lms/djangoapps/instructor/features/__init__.py | 0 lms/djangoapps/notification_prefs/features/__init__.py | 0 .../verify_student/management/commands/tests/__init__.py | 0 lms/lib/xblock/__init__.py | 0 lms/lib/xblock/test/__init__.py | 0 .../course_groups/management/commands/tests/__init__.py | 0 20 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 cms/djangoapps/contentstore/features/__init__.py create mode 100644 cms/djangoapps/course_creators/tests/__init__.py create mode 100644 cms/lib/xblock/test/__init__.py create mode 100644 common/djangoapps/course_action_state/tests/__init__.py create mode 100644 common/djangoapps/lang_pref/tests/__init__.py create mode 100644 common/djangoapps/monkey_patch/tests/__init__.py create mode 100644 common/djangoapps/static_replace/test/__init__.py create mode 100644 common/djangoapps/track/backends/tests/__init__.py create mode 100644 common/djangoapps/track/management/tests/__init__.py create mode 100644 common/lib/calc/calc/tests/__init__.py create mode 100644 common/lib/capa/capa/safe_exec/tests/__init__.py create mode 100644 common/lib/xmodule/xmodule/assetstore/tests/__init__.py create mode 100644 lms/djangoapps/courseware/features/__init__.py create mode 100644 lms/djangoapps/dashboard/management/commands/tests/__init__.py create mode 100644 lms/djangoapps/instructor/features/__init__.py create mode 100644 lms/djangoapps/notification_prefs/features/__init__.py create mode 100644 lms/djangoapps/verify_student/management/commands/tests/__init__.py create mode 100644 lms/lib/xblock/__init__.py create mode 100644 lms/lib/xblock/test/__init__.py create mode 100644 openedx/core/djangoapps/course_groups/management/commands/tests/__init__.py diff --git a/cms/djangoapps/contentstore/features/__init__.py b/cms/djangoapps/contentstore/features/__init__.py new file mode 100644 index 0000000000..e69de29bb2 diff --git a/cms/djangoapps/course_creators/tests/__init__.py b/cms/djangoapps/course_creators/tests/__init__.py new file mode 100644 index 0000000000..e69de29bb2 diff --git a/cms/lib/xblock/test/__init__.py b/cms/lib/xblock/test/__init__.py new file mode 100644 index 0000000000..e69de29bb2 diff --git a/common/djangoapps/course_action_state/tests/__init__.py b/common/djangoapps/course_action_state/tests/__init__.py new file mode 100644 index 0000000000..e69de29bb2 diff --git a/common/djangoapps/lang_pref/tests/__init__.py b/common/djangoapps/lang_pref/tests/__init__.py new file mode 100644 index 0000000000..e69de29bb2 diff --git a/common/djangoapps/monkey_patch/tests/__init__.py b/common/djangoapps/monkey_patch/tests/__init__.py new file mode 100644 index 0000000000..e69de29bb2 diff --git a/common/djangoapps/static_replace/test/__init__.py b/common/djangoapps/static_replace/test/__init__.py new file mode 100644 index 0000000000..e69de29bb2 diff --git a/common/djangoapps/track/backends/tests/__init__.py b/common/djangoapps/track/backends/tests/__init__.py new file mode 100644 index 0000000000..e69de29bb2 diff --git a/common/djangoapps/track/management/tests/__init__.py b/common/djangoapps/track/management/tests/__init__.py new file mode 100644 index 0000000000..e69de29bb2 diff --git a/common/lib/calc/calc/tests/__init__.py b/common/lib/calc/calc/tests/__init__.py new file mode 100644 index 0000000000..e69de29bb2 diff --git a/common/lib/capa/capa/safe_exec/tests/__init__.py b/common/lib/capa/capa/safe_exec/tests/__init__.py new file mode 100644 index 0000000000..e69de29bb2 diff --git a/common/lib/xmodule/xmodule/assetstore/tests/__init__.py b/common/lib/xmodule/xmodule/assetstore/tests/__init__.py new file mode 100644 index 0000000000..e69de29bb2 diff --git a/lms/djangoapps/courseware/features/__init__.py b/lms/djangoapps/courseware/features/__init__.py new file mode 100644 index 0000000000..e69de29bb2 diff --git a/lms/djangoapps/dashboard/management/commands/tests/__init__.py b/lms/djangoapps/dashboard/management/commands/tests/__init__.py new file mode 100644 index 0000000000..e69de29bb2 diff --git a/lms/djangoapps/instructor/features/__init__.py b/lms/djangoapps/instructor/features/__init__.py new file mode 100644 index 0000000000..e69de29bb2 diff --git a/lms/djangoapps/notification_prefs/features/__init__.py b/lms/djangoapps/notification_prefs/features/__init__.py new file mode 100644 index 0000000000..e69de29bb2 diff --git a/lms/djangoapps/verify_student/management/commands/tests/__init__.py b/lms/djangoapps/verify_student/management/commands/tests/__init__.py new file mode 100644 index 0000000000..e69de29bb2 diff --git a/lms/lib/xblock/__init__.py b/lms/lib/xblock/__init__.py new file mode 100644 index 0000000000..e69de29bb2 diff --git a/lms/lib/xblock/test/__init__.py b/lms/lib/xblock/test/__init__.py new file mode 100644 index 0000000000..e69de29bb2 diff --git a/openedx/core/djangoapps/course_groups/management/commands/tests/__init__.py b/openedx/core/djangoapps/course_groups/management/commands/tests/__init__.py new file mode 100644 index 0000000000..e69de29bb2 From 3417672d56ed9091fcfd60bfefee06a30c589a29 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Thu, 30 Apr 2015 09:58:40 -0400 Subject: [PATCH 2/2] Have to increase the pylint limit now that we examine more files --- scripts/all-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/all-tests.sh b/scripts/all-tests.sh index 6333dfeba6..d41ed9a8b6 100755 --- a/scripts/all-tests.sh +++ b/scripts/all-tests.sh @@ -61,7 +61,7 @@ git clean -qxfd source scripts/jenkins-common.sh # Violations thresholds for failing the build -PYLINT_THRESHOLD=5500 +PYLINT_THRESHOLD=6400 # If the environment variable 'SHARD' is not set, default to 'all'. # This could happen if you are trying to use this script from