uzairr
386e05d3b1
Add warning to the bottom of verification status card on dashboard.
...
Learners are not allowed to make an attempt of the procotored exam if
they verify their identity near to proctored exam date.To make them,
aware about their expiry date, modification are done to the status card
so that user experience will be improved.
PROD-769
2019-10-25 18:09:39 +05:00
julianajlk
6e0914ad5d
add FPD banner to courseware ( #22113 )
...
REV-980
2019-10-23 09:33:11 -04:00
Awais Qureshi
3959bdf1ea
BOM-937
...
Open a file in read binary mode to avoid bytes issues.
2019-10-23 10:44:21 +05:00
julianajlk
98f907f23c
Revert "add first purchase discount to courseware ( #22058 )"
...
This reverts commit 059b619794 .
2019-10-21 13:57:18 -04:00
julianajlk
059b619794
add first purchase discount to courseware ( #22058 )
...
REV-980.
* moved get_first_purchase_offer_banner_fragment to Discounts utils.py
* added banner wrapper method
* updated banner with time limit
2019-10-21 13:56:38 -04:00
Ayub khan
b3c062be1b
BOM-848 Different Hash Values
...
hashlib produces different md5 hash in python3 against same values as
compared to python2.
2019-10-21 14:02:49 +05:00
aarif
164141def9
replaced json.loads with a util to handle bytes
...
changes made to fix jenkins/quality errors
changes made as suggested
added the docstring to fix quality issue
made a few changes to fix some tests
replaced json.loads with a util to handle bytes
changes made to fix jenkins/quality errors
changes made as suggested
added the docstring to fix quality issue
made a few changes to fix some tests
made changes as suggested
made changes as suggested
updated the requirements with make upgrade
2019-10-16 12:14:01 +05:00
aarif
d176957708
Updated the tests to fix the string/bytes input
...
changes made to pass tests with python 2 and other minor changes
Updated the tests to fix the string/bytes input
changes made to pass tests with python 2 and other minor changes
made some changes as suggested
made changes as suggested
changes made as suggested
2019-10-14 18:47:18 +05:00
Ayub
732dfce14d
Merge pull request #21996 from edx/BOM-test-fix-test_download_srt_exist
...
BOM test_download_srt_exist test fix
2019-10-11 13:01:47 +05:00
Feanil Patel
2cd474c72d
Merge pull request #21970 from edx/feanil/fix_xmodule_video_tests
...
Fix video module tests related to transcript conversion.
2019-10-10 13:32:44 -04:00
Awais Qureshi
750b554637
BOM-915
...
Fixing bytes and ordering issue.
2019-10-10 18:00:12 +05:00
Ayub khan
198743f7b0
BOM test_download_srt_exist test fix
...
need unicode to compare with unicode string
2019-10-10 17:17:29 +05:00
Feanil Patel
76c578df36
Fix more transcript related tests to be consistent.
2019-10-09 11:00:23 -04:00
Awais Qureshi
9ed328879e
BOM-861
...
Dictionaries are being rendered into the HTML but in different order between python2 and python3.
The function parses and sorts the dictionary so that we get ordered data that can be compared in tests cases.
2019-10-08 12:45:01 +05:00
Awais Qureshi
79b00c9af4
BOM-866
...
Dictionaries are being rendered into the HTML but in different order between python2 and python3 and failing tests in python3.
The function parses and sorts the dictionary so that we get ordered data that can be compared in tests cases.
2019-10-07 15:00:41 +05:00
Diana Huang
df32ffd37b
Remove notes app and remaining js.
2019-10-02 15:00:37 -04:00
Aarif
7be6acb880
Merge pull request #21856 from edx/BOM-851
...
BOM-851
2019-10-02 11:44:45 +05:00
Ayub
ac3718055a
Merge pull request #21855 from edx/BOM-842
...
BOM-842
2019-10-01 10:37:15 +05:00
Awais Qureshi
647527f916
Merge pull request #21852 from edx/awais786/BOM-829
...
BOM-829
2019-09-30 22:26:54 +05:00
Nimisha Asthagiri
8cfc33c0f1
Python 3: multi-line regex replacement of assertIn and assertNotIn
2019-09-30 08:51:02 -04:00
Nimisha Asthagiri
4914c42364
Python 3: resp.content regex searches
2019-09-30 08:51:02 -04:00
Nimisha Asthagiri
bb419b485d
Python 3: assertEqual(response.content.count -> assertContains(..
2019-09-30 08:51:02 -04:00
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
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
Awais Qureshi
c96c172b3a
BOM-829
...
Python3 fix.
2019-09-30 15:23:03 +05:00
Aarif
177b8ab60a
Merge pull request #21623 from edx/BOM-421
...
BOM-421
2019-09-27 14:46:35 +05:00
Ned Batchelder
58828da55b
Fix patches to use proper courseware imports
2019-09-26 10:53:55 -04:00
Ned Batchelder
efba6e45e8
Finally import courseware properly everywhere to get rid of a warning
2019-09-26 09:40:15 -04:00
aarif
1793de5cbb
python 3 fixes
...
test fixes
python 3 fixes
test fixes
test fixes
quality fix
python 3 fixes
minor fixes
2019-09-26 14:50:14 +05:00
aarif
22e99642e7
python 3 fixes
2019-09-24 16:24:44 +05:00
Feanil Patel
844acea50e
Fix linting errors.
2019-09-19 17:05:02 -04:00
Feanil Patel
802929fde4
BOM-622 Type errors in content matching.
2019-09-19 16:18:23 -04:00
Jeremy Bowman
fc57bf9763
Use bytes with GridFS when not specifying an encoding - BOM-157
2019-09-19 11:17:01 -04:00
Feanil Patel
3427c1abf3
BOM-618 Pass unicode to json.loads
2019-09-18 16:28:11 -04:00
Ned Batchelder
6408f96e18
Use explicit values in test assertions. BOM-683
...
Python 3 changed how rounding is performed. In Python 2, .625 rounded to
.63 (as our grading code rounds it, so the test passed). In Python 3,
.625 rounds to .62. This fixes the test by avoiding round() to
calculate the expected value, and instead simply using the value we
expect.
2019-09-18 16:13:40 -04:00
Aarif
072f878b90
Merge pull request #21637 from edx/BOM-446
...
BOM-446
2019-09-13 14:40:36 +05:00
Aarif
616ee00437
Merge pull request #21621 from edx/BOM-412
...
BOM-412
2019-09-13 12:01:07 +05:00
Awais Qureshi
1dde3c354a
Merge pull request #21642 from edx/awais786/BOM-472
...
BOM-472
2019-09-12 21:30:30 +05:00
Awais Qureshi
dfb00f95b5
BOM-411
...
Fixing python3
2019-09-12 19:12:37 +05:00
Awais Qureshi
fac33c275d
BOM-472
...
Fixing python3
2019-09-12 19:08:23 +05:00
aarif
9301ec38f3
python 3 fixes
2019-09-12 17:29:34 +05:00
aarif
dba8a23144
python 3 fixes
...
test fixes
changes made as suggested
updated the variable name
2019-09-12 15:32:19 +05:00
Awais Qureshi
98ec44b56c
BOM-404
...
Fixing python3
2019-09-11 12:52:56 +05:00
Feanil Patel
82f8d5c1f1
Merge pull request #21571 from amitvadhel/BOM-156
...
BOM-156 | Fixes for response decoding (Python 3.5)
2019-09-05 15:35:37 -04:00
Aarif
1a886f3d4a
Merge pull request #21534 from edx/BOM-143
...
BOM-143
2019-09-05 15:55:02 +05:00