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
c0a7bf94
Commit
c0a7bf94
authored
Feb 15, 2015
by
stv
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix Pylint: W1503(redundant-unittest-assert)
parent
69695a8f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
3 deletions
+0
-3
common/lib/capa/capa/tests/test_html_render.py
+0
-2
common/lib/capa/capa/tests/test_responsetypes.py
+0
-1
No files found.
common/lib/capa/capa/tests/test_html_render.py
View file @
c0a7bf94
...
...
@@ -27,8 +27,6 @@ class CapaHtmlRenderTest(unittest.TestCase):
# Render the HTML
etree
.
XML
(
problem
.
get_html
())
# expect that we made it here without blowing up
self
.
assertTrue
(
True
)
def
test_include_html
(
self
):
# Create a test file to include
...
...
common/lib/capa/capa/tests/test_responsetypes.py
View file @
c0a7bf94
...
...
@@ -2195,7 +2195,6 @@ class ChoiceTextResponseTest(ResponseTest):
Test that `build_problem` builds valid xml
"""
self
.
build_problem
()
self
.
assertTrue
(
True
)
def
test_unchecked_input_not_validated
(
self
):
"""
...
...
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