Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(287)

Unified Diff: webrtc/modules/audio_processing/test/py_quality_assessment/apm_quality_assessment_unittest.py

Issue 2812273002: Fix lint errors to enable stricter PyLint rules (Closed)
Patch Set: Rebased Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/modules/audio_processing/test/py_quality_assessment/apm_quality_assessment_unittest.py
diff --git a/webrtc/modules/audio_processing/test/py_quality_assessment/apm_quality_assessment_unittest.py b/webrtc/modules/audio_processing/test/py_quality_assessment/apm_quality_assessment_unittest.py
index 3cc8ddf9a8f1215756c424543c6f612b35a42144..dd0eb073830f7f5207955586702c2e0b928fafee 100644
--- a/webrtc/modules/audio_processing/test/py_quality_assessment/apm_quality_assessment_unittest.py
+++ b/webrtc/modules/audio_processing/test/py_quality_assessment/apm_quality_assessment_unittest.py
@@ -17,7 +17,7 @@ class TestSimulationScript(unittest.TestCase):
"""Unit tests for the apm_quality_assessment module.
"""
- def test_main(self):
+ def testMain(self):
# Exit with error code if no arguments are passed.
with self.assertRaises(SystemExit) as cm:
apm_quality_assessment.main()

Powered by Google App Engine
This is Rietveld 408576698