INCR-265 Run python-modernize on lms/djangoapps/courseware/management and lms/djangoapps/courseware/tests (#20716)

* updated files according to INCR-265

* fixed docstring and line-length problems from quality test

* Revert "fixed docstring and line-length problems from quality test"

This reverts commit d050f55a4ecfaa38f46b80ec4bb85ff399a79a8c.

* fixed errors reported in quality report

* had error, fixed it

* reversed change

* fixed over/under indentation, and added line to import.py that Ned had suggested

* tried disabling pylint for this line

* testing new email

* testing email in different window

* re-added symlink and docstring
This commit is contained in:
alangsto
2019-05-31 14:07:18 -04:00
committed by GitHub
parent 9e01a9e2aa
commit 4a1346b068
45 changed files with 428 additions and 300 deletions

View File

@@ -1,6 +1,8 @@
"""
Unit tests for courseware context_processor
"""
from __future__ import absolute_import
from django.contrib.auth.models import AnonymousUser
from mock import Mock