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
3a05726e
Commit
3a05726e
authored
Sep 08, 2015
by
Sarina Canelake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix Pylint warning for monkey_patch tests
parent
4aa38330
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
common/djangoapps/monkey_patch/tests/test_django_utils_translation.py
+3
-0
No files found.
common/djangoapps/monkey_patch/tests/test_django_utils_translation.py
View file @
3a05726e
...
@@ -29,6 +29,9 @@ while patched.
...
@@ -29,6 +29,9 @@ while patched.
# All major functions are documented, the rest are self-evident shells.
# All major functions are documented, the rest are self-evident shells.
# pylint: disable=no-member
# pylint: disable=no-member
# Pylint doesn't see our decorator `translate_with` add the `_` method.
# Pylint doesn't see our decorator `translate_with` add the `_` method.
# pylint: disable=test-inherits-tests
# This test file intentionally defines one base test class (UgettextTest) and
# patches the gettext function under test for all subsequent inheriting classes.
from
unittest
import
TestCase
from
unittest
import
TestCase
from
ddt
import
data
from
ddt
import
data
...
...
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