Feanil Patel
|
9cf2f9f298
|
Run 2to3 -f future . -w
This will remove imports from __future__ that are no longer needed.
https://docs.python.org/3.5/library/2to3.html#2to3fixer-future
|
2019-12-30 10:35:30 -05:00 |
|
Anthony Wee
|
b095ce15c8
|
INCR-124: Run python-modernize on common/djangoapps/track/tests (#20445)
* INCR-124: Run python-modernize on common/djangoapps/track/tests
* isort
|
2019-05-07 14:05:38 -04:00 |
|
Andy Armstrong
|
93235d118d
|
Reorder imports using isort (except lms and cms)
|
2017-05-30 16:04:54 -04:00 |
|
Calen Pennington
|
3207311e50
|
Use copies of tracker settings dicts in tests so that changes don't leak between tests
|
2016-06-06 13:19:52 -04:00 |
|
Ned Batchelder
|
f5d0f3ff55
|
Remove useless pylint suppressions
|
2015-11-22 07:41:19 -05:00 |
|
Ned Batchelder
|
78e9445aa1
|
Add super() calls to setUp/tearDown that are missing them
Also, I replaced a number of tearDown methods with addCleanup instead.
And also remove some unneeded patch.stopall() calls.
|
2015-05-14 18:14:21 -04:00 |
|
Carlos Andrés Rocha
|
fbc243dbeb
|
Add event tracking with configurable backends
|
2013-09-11 10:02:15 -04:00 |
|