Commit Graph

53340 Commits

Author SHA1 Message Date
Nimisha Asthagiri
9bbc21ea8c Python 3: multi-lined assertIn, assertNotIn -> assertContains, assertNotContains 2019-09-30 08:51:02 -04:00
Nimisha Asthagiri
beb95eb69c Python 3: assertIn -> assertContains consistency 2019-09-30 08:51:01 -04:00
Nimisha Asthagiri
d4832a65aa Python 3: assertNotIn -> assertNotContains consistency 2019-09-30 08:50:38 -04:00
Nimisha Asthagiri
ccefde8d3c Python-3: assertNotIn(..response.content) -> assertNotContains 2019-09-30 08:50:38 -04:00
Nimisha Asthagiri
a6b219a9e9 Python-3: assertIn(..response.content) -> assertContains 2019-09-30 08:50:38 -04:00
Nimisha Asthagiri
d6d9a17e67 student app: python-3 upgrade 2019-09-30 08:44:54 -04:00
aarif
ac38a76c48 python 3 fixes 2019-09-30 17:35:02 +05:00
Nimisha Asthagiri
95c2e49438 Merge pull request #21840 from edx/bom/block-structure-python-3
block_structure python-3 upgrade
2019-09-30 08:33:32 -04:00
Nimisha Asthagiri
468f1ad393 Merge pull request #21839 from edx/bom/course-overviews-python-3
course_overviews python-3 upgrade
2019-09-30 08:33:17 -04:00
Nimisha Asthagiri
4589e05215 Merge pull request #21838 from edx/bom/api-admin-python-3
api_admin python-3 upgrade
2019-09-30 08:32:54 -04:00
Nimisha Asthagiri
f8e70bc484 Merge pull request #21837 from edx/bom/third-party-auth-python-3
third_party_auth python-3 upgrade
2019-09-30 08:32:41 -04:00
Nimisha Asthagiri
adaf79ff73 Merge pull request #21836 from edx/bom/grades-python-3
Grades python-3 upgrade: test_recalculate_learner_grades.py
2019-09-30 08:30:07 -04:00
Ayub khan
9dc5866464 BOM-823
python3 compatibility
2019-09-30 16:12:32 +05:00
Ayub khan
3ae2e44af4 BOM-807
python3 compatibility
2019-09-30 16:04:00 +05:00
aarif
bec80bb34b python 3 fixes 2019-09-30 16:02:00 +05:00
Ayub khan
73a453d3c2 BOM-842 2019-09-30 15:59:36 +05:00
edX requirements bot
86c3843105 Updating Python Requirements 2019-09-30 06:55:44 -04:00
aarif
1d732c1420 python 3 fixes 2019-09-30 15:46:42 +05:00
Awais Qureshi
c96c172b3a BOM-829
Python3 fix.
2019-09-30 15:23:03 +05:00
Ayub khan
b83d6adb5a BOM-812
python3 compatibility
2019-09-30 15:20:20 +05:00
Ayub khan
c56de3d37d BOM-806
python3 compatibility
2019-09-30 15:11:07 +05:00
Ayub khan
86bd5a4643 BOM-881
python3 compatibility
2019-09-30 14:58:12 +05:00
Ayub khan
cc4050460e BOM-882
python3 compatibility
2019-09-30 14:42:55 +05:00
Awais Qureshi
5c8db66021 BOM-841
Python3 fix.
2019-09-30 13:47:50 +05:00
Awais Qureshi
840b5da13d Merge pull request #21814 from edx/awais786/BOM-529
BOM-529
2019-09-30 13:13:00 +05:00
Aarif
e7dadeb26c Merge pull request #21818 from edx/BOM-748
BOM-748
2019-09-30 13:00:43 +05:00
Aarif
7eee466c68 Merge pull request #21815 from edx/BOM-747
BOM-747
2019-09-30 12:59:46 +05:00
Aarif
d11ce42c78 Merge pull request #21812 from edx/BOM-746
BOM-746
2019-09-30 12:58:47 +05:00
Aarif
d7d02b9802 Merge pull request #21808 from edx/BOM-744
BOM-744
2019-09-30 12:57:41 +05:00
Aarif
473398d410 Merge pull request #21792 from edx/BOM-743
BOM-743
2019-09-30 12:57:07 +05:00
Zainab Amir
b4ca12af33 Notes css is missing for tab pages (#21846)
style-student-notes is only added in courseware.html but it is missing
for custom tab pages.

PROD-687
2019-09-30 12:44:10 +05:00
Awais Qureshi
0e095a96ad Merge pull request #21728 from edx/awais786/BOM-641
BOM-641
2019-09-30 12:12:33 +05:00
Ayub khan
a21604afdb BOM-613
Made all tests py3 compatible.
2019-09-30 12:07:49 +05:00
Awais Qureshi
9b39f91599 BOM-529
Python3 fix.
2019-09-30 12:02:54 +05:00
Ayub
12140e5b78 Merge pull request #21784 from edx/BOM-608
BOM-608
2019-09-30 10:34:58 +05:00
edX Transifex Bot
a9d4f3c972 fix(i18n): update translations 2019-09-29 17:17:43 -04:00
amitvadhel
e0251da989 Fix for Python3 division 2019-09-29 16:39:22 +03:00
AmiT
4fd8b81e29 Merge pull request #4 from edx/master
Syncing a fork
2019-09-29 14:57:08 +05:30
Nimisha Asthagiri
b0a1a99aa6 block_structure python-3 upgrade 2019-09-28 14:15:24 -04:00
Nimisha Asthagiri
ea0bea8193 course_overviews python-3 upgrade 2019-09-28 14:00:14 -04:00
Nimisha Asthagiri
7c211a5843 api_admin python-3 upgrade 2019-09-28 12:54:34 -04:00
Nimisha Asthagiri
e5c258948d third_party_auth python-3 upgrade 2019-09-28 12:42:51 -04:00
Nimisha Asthagiri
b73e0d8120 Grades python-3 upgrade: test_recalculate_learner_grades.py 2019-09-28 11:39:26 -04:00
Stu Young
50cd2ec409 remove flaky test (#21827) 2019-09-27 16:42:17 -04:00
Feanil Patel
b26d1050a5 Merge pull request #21825 from edx/feanil/fix_error_validation
Explicitly set the test string to unicode.
2019-09-27 15:55:01 -04:00
Feanil Patel
d5496ee0cb Merge pull request #21826 from edx/feanil/fix_exception_reraise
BOM-843 Fix reraise call.
2019-09-27 15:54:46 -04:00
Jeremy Bowman
e93b3a9a31 Fix deprecated drag and drop grading BOM-774 2019-09-27 15:29:04 -04:00
Matt Hughes
6206ec80b7 Delete flaky test test_comment_deletion_as_student
This test has been flaky in the past; I turned up TNLARCHIVE-530 and
TNLARCHIVE-2147 in JIRA while verifying no one else had actually
gotten it.
2019-09-27 15:18:58 -04:00
Stu Young
55357f524e remove flaky test (#21822) 2019-09-27 14:49:30 -04:00
Feanil Patel
07df64eb8c Fix the rest of these. 2019-09-27 14:36:40 -04:00