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
75aaf0d4
Commit
75aaf0d4
authored
Feb 15, 2015
by
stv
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix Pylint: C0326(bad-whitespace)
parent
985a492e
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
common/lib/xmodule/xmodule/modulestore/tests/test_mixed_modulestore.py
+1
-1
common/lib/xmodule/xmodule/modulestore/tests/test_mongo.py
+1
-1
common/lib/xmodule/xmodule/modulestore/tests/test_xml_importer.py
+1
-1
lms/envs/test.py
+1
-1
No files found.
common/lib/xmodule/xmodule/modulestore/tests/test_mixed_modulestore.py
View file @
75aaf0d4
...
@@ -61,7 +61,7 @@ class TestMixedModuleStore(CourseComparisonTest):
...
@@ -61,7 +61,7 @@ class TestMixedModuleStore(CourseComparisonTest):
ASSET_COLLECTION
=
'assetstore'
ASSET_COLLECTION
=
'assetstore'
FS_ROOT
=
DATA_DIR
FS_ROOT
=
DATA_DIR
DEFAULT_CLASS
=
'xmodule.raw_module.RawDescriptor'
DEFAULT_CLASS
=
'xmodule.raw_module.RawDescriptor'
RENDER_TEMPLATE
=
lambda
t_n
,
d
,
ctx
=
None
,
nsp
=
'main'
:
''
RENDER_TEMPLATE
=
lambda
t_n
,
d
,
ctx
=
None
,
nsp
=
'main'
:
''
MONGO_COURSEID
=
'MITx/999/2013_Spring'
MONGO_COURSEID
=
'MITx/999/2013_Spring'
XML_COURSEID1
=
'edX/toy/2012_Fall'
XML_COURSEID1
=
'edX/toy/2012_Fall'
...
...
common/lib/xmodule/xmodule/modulestore/tests/test_mongo.py
View file @
75aaf0d4
...
@@ -54,7 +54,7 @@ COLLECTION = 'modulestore'
...
@@ -54,7 +54,7 @@ COLLECTION = 'modulestore'
ASSET_COLLECTION
=
'assetstore'
ASSET_COLLECTION
=
'assetstore'
FS_ROOT
=
DATA_DIR
# TODO (vshnayder): will need a real fs_root for testing load_item
FS_ROOT
=
DATA_DIR
# TODO (vshnayder): will need a real fs_root for testing load_item
DEFAULT_CLASS
=
'xmodule.raw_module.RawDescriptor'
DEFAULT_CLASS
=
'xmodule.raw_module.RawDescriptor'
RENDER_TEMPLATE
=
lambda
t_n
,
d
,
ctx
=
None
,
nsp
=
'main'
:
''
RENDER_TEMPLATE
=
lambda
t_n
,
d
,
ctx
=
None
,
nsp
=
'main'
:
''
class
ReferenceTestXBlock
(
XBlock
,
XModuleMixin
):
class
ReferenceTestXBlock
(
XBlock
,
XModuleMixin
):
...
...
common/lib/xmodule/xmodule/modulestore/tests/test_xml_importer.py
View file @
75aaf0d4
...
@@ -28,7 +28,7 @@ class ModuleStoreNoSettings(unittest.TestCase):
...
@@ -28,7 +28,7 @@ class ModuleStoreNoSettings(unittest.TestCase):
COLLECTION
=
'modulestore'
COLLECTION
=
'modulestore'
FS_ROOT
=
DATA_DIR
FS_ROOT
=
DATA_DIR
DEFAULT_CLASS
=
'xmodule.modulestore.tests.test_xml_importer.StubXBlock'
DEFAULT_CLASS
=
'xmodule.modulestore.tests.test_xml_importer.StubXBlock'
RENDER_TEMPLATE
=
lambda
t_n
,
d
,
ctx
=
None
,
nsp
=
'main'
:
''
RENDER_TEMPLATE
=
lambda
t_n
,
d
,
ctx
=
None
,
nsp
=
'main'
:
''
modulestore_options
=
{
modulestore_options
=
{
'default_class'
:
DEFAULT_CLASS
,
'default_class'
:
DEFAULT_CLASS
,
...
...
lms/envs/test.py
View file @
75aaf0d4
...
@@ -377,7 +377,7 @@ FEATURES['CLASS_DASHBOARD'] = True
...
@@ -377,7 +377,7 @@ FEATURES['CLASS_DASHBOARD'] = True
# Generated checkid_setup request to http://testserver/openid/provider/login/ with assocication {HMAC-SHA1}{51d49995}{s/kRmA==}
# Generated checkid_setup request to http://testserver/openid/provider/login/ with assocication {HMAC-SHA1}{51d49995}{s/kRmA==}
import
openid.oidutil
import
openid.oidutil
openid
.
oidutil
.
log
=
lambda
message
,
level
=
0
:
None
openid
.
oidutil
.
log
=
lambda
message
,
level
=
0
:
None
PLATFORM_NAME
=
"edX"
PLATFORM_NAME
=
"edX"
SITE_NAME
=
"edx.org"
SITE_NAME
=
"edx.org"
...
...
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