Aarif
|
a1406cddf2
|
replaced unittest assertions pytest assertions (#26528)
|
2021-02-18 18:09:45 +05:00 |
|
Jawayria
|
6be60b2fcc
|
Resolved quality failures
|
2021-02-03 13:13:00 +05:00 |
|
Jawayria
|
62bc555817
|
Applied pylint-amnesty to track
|
2021-02-03 13:10:42 +05:00 |
|
Feanil Patel
|
2df8b8226b
|
Merge pull request #22643 from edx/feanil/2to3_asserts
Run `2to3 -f asserts . -w` on edx-platform.
|
2019-12-30 12:13:42 -05:00 |
|
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 |
|
Feanil Patel
|
70294b0ad2
|
Run 2to3 -f asserts . -w on edx-platform.
https://docs.python.org/3.5/library/2to3.html#2to3fixer-asserts
|
2019-12-30 10:22:19 -05:00 |
|
aarif
|
61800c619f
|
replaced StringIO imports with import from six
replaced cStringIO and StringIO imports with import from six
fixed StringIO imports
fixed StringIO imports
fixed XSS python-wrap warning
|
2019-08-08 00:09:16 +05:00 |
|
Evans Dianga
|
0063c6f3e7
|
INCR-122 Modernize track/management. (#20433)
* Modernize track/management incr122. Change Author to myself
* Ran isort on common/djangoapps/track/management
|
2019-05-07 09:33:20 -04:00 |
|
bmedx
|
46cb89e55d
|
Fixes to CMS failures in Django 1.11 tests
|
2018-01-23 14:11:06 -05:00 |
|
Brian Wilson
|
21a4520b8c
|
Remove output of management command options and args from tracking logs.
|
2014-01-06 12:53:56 -05:00 |
|
Brian Wilson
|
1aefe2f5bf
|
Define TrackedCommand for use as base class for tracking management commands. Use in create_user command.
|
2014-01-06 12:43:04 -05:00 |
|