Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
c4cdd657
Commit
c4cdd657
authored
Feb 15, 2015
by
stv
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix PEP8: E303 too many blank lines
parent
c4a63a5e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
4 deletions
+0
-4
docs/en_us/enrollment_api/source/conf.py
+0
-2
openedx/core/djangoapps/course_groups/tests/test_cohorts.py
+0
-1
pavelib/tests.py
+0
-1
No files found.
docs/en_us/enrollment_api/source/conf.py
View file @
c4cdd657
...
@@ -54,8 +54,6 @@ if on_rtd:
...
@@ -54,8 +54,6 @@ if on_rtd:
else
:
else
:
os
.
environ
[
'DJANGO_SETTINGS_MODULE'
]
=
'lms'
os
.
environ
[
'DJANGO_SETTINGS_MODULE'
]
=
'lms'
# -- General configuration -----------------------------------------------------
# -- General configuration -----------------------------------------------------
# Add any Sphinx extension module names here, as strings. They can be extensions
# Add any Sphinx extension module names here, as strings. They can be extensions
...
...
openedx/core/djangoapps/course_groups/tests/test_cohorts.py
View file @
c4cdd657
...
@@ -225,7 +225,6 @@ class TestCohorts(ModuleStoreTestCase):
...
@@ -225,7 +225,6 @@ class TestCohorts(ModuleStoreTestCase):
# get_cohort should return a group for user
# get_cohort should return a group for user
self
.
assertEquals
(
cohorts
.
get_cohort
(
user
,
course
.
id
)
.
name
,
"AutoGroup"
)
self
.
assertEquals
(
cohorts
.
get_cohort
(
user
,
course
.
id
)
.
name
,
"AutoGroup"
)
def
test_auto_cohorting
(
self
):
def
test_auto_cohorting
(
self
):
"""
"""
Make sure cohorts.get_cohort() does the right thing with auto_cohort_groups
Make sure cohorts.get_cohort() does the right thing with auto_cohort_groups
...
...
pavelib/tests.py
View file @
c4cdd657
...
@@ -204,7 +204,6 @@ def coverage(options):
...
@@ -204,7 +204,6 @@ def coverage(options):
dir
=
directory
dir
=
directory
))
))
call_task
(
'diff_coverage'
,
options
=
dict
(
options
))
call_task
(
'diff_coverage'
,
options
=
dict
(
options
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment