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
bbc5d4ff
Commit
bbc5d4ff
authored
Jul 17, 2015
by
Jesse Zoldak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Skip test that had a hardcoded date expectation MA-1038
parent
cf24d4d7
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
lms/djangoapps/mobile_api/testutils.py
+2
-0
No files found.
lms/djangoapps/mobile_api/testutils.py
View file @
bbc5d4ff
...
@@ -12,6 +12,7 @@ Test utilities for mobile API tests:
...
@@ -12,6 +12,7 @@ Test utilities for mobile API tests:
# pylint: disable=no-member
# pylint: disable=no-member
import
ddt
import
ddt
from
mock
import
patch
from
mock
import
patch
from
unittest
import
skip
from
django.core.urlresolvers
import
reverse
from
django.core.urlresolvers
import
reverse
...
@@ -159,6 +160,7 @@ class MobileCourseAccessTestMixin(MobileAPIMilestonesMixin):
...
@@ -159,6 +160,7 @@ class MobileCourseAccessTestMixin(MobileAPIMilestonesMixin):
response
=
self
.
api_response
(
expected_response_code
=
None
,
course_id
=
non_existent_course_id
)
response
=
self
.
api_response
(
expected_response_code
=
None
,
course_id
=
non_existent_course_id
)
self
.
verify_failure
(
response
)
# allow subclasses to override verification
self
.
verify_failure
(
response
)
# allow subclasses to override verification
@skip
# TODO fix this, see MA-1038
@patch.dict
(
'django.conf.settings.FEATURES'
,
{
'DISABLE_START_DATES'
:
False
})
@patch.dict
(
'django.conf.settings.FEATURES'
,
{
'DISABLE_START_DATES'
:
False
})
def
test_unreleased_course
(
self
):
def
test_unreleased_course
(
self
):
self
.
init_course_access
()
self
.
init_course_access
()
...
...
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