Feanil Patel
f5f875401a
Fix some of the common test collection issues. ( #21340 )
...
* Remove old performance tests that we haven't been running.
As far as I can tell, these tests to capture HAR files were created 5
years ago and not being run as a part of our suite? They capture HAR
data that we do nothing with so even if they were running we should
remove them until we're ready to care about consuming this kind of
information.
* Update password test unicode string.
* Add ugettext translation helper function.
* Fix lambda syntax that is not valid in python 3.
* Fix ur raw strings which his not valid in python 3
* Use edx_six.get_gettext instead of ugettext.
* Fix a few other encoding issues.
* Don't use old form of sorted funciton.
This form which uses a 'cmp' method is not available in python 3.
2019-08-16 11:31:36 -04:00
David Ormsbee
b3614f3a00
Merge pull request #20954 from open-craft/symbolist/html-block
...
HtmlModule to HtmlBlock [SE-1089]
2019-08-01 11:36:23 -04:00
Ayub khan
fdd8652bb6
INCR-421
2019-07-30 12:23:10 +05:00
Ayub
877168f72b
Merge pull request #21081 from edx/INCR-420
...
INCR-420 python3 compatibility
2019-07-25 15:50:03 +05:00
Aarif
5255799845
Merge pull request #21085 from edx/INCR-423
...
INCR-423 Python 3 compatibility
2019-07-25 14:34:21 +05:00
Usman Khalid
8dfc8e5fda
Convert AboutModule, CourseInfoModule, HtmlModule and StaticTabModule to XBlocks.
2019-07-24 20:19:44 +05:00
Ayub khan
d5e9c130cd
INCR-419 python3 compatibility
2019-07-16 16:08:49 +05:00
aarif
642e3b8bfc
ran python-modernize and isort on files mentioned in INCR-422
...
changes made to comply with quality
2019-07-16 10:09:08 +00:00
aarif
0750f9a262
ran python-modernize and isort on files mentioned in INCR-423
2019-07-11 16:46:50 +05:00
Usman Khalid
0b27c62ca6
Convert VideoModule to VideoBlock.
...
Some deprecated functionality has been removed:
- Reading data field and transforms being applied in the init() method.
- The source field.
- The source_visible attribute.
2019-06-20 22:12:39 +05:00
Alex Dusenbery
464eb5b354
omgz check if the list is empty before you pick something from it (bokchoy)
2019-05-02 15:40:39 -04:00
Jeremy Bowman
5c7a8e3ac1
Merge pull request #19622 from cclauss/Fix-parens-for-Python3
...
Fix explicit tuple parameters for Python 3
2019-02-21 15:45:09 -05:00
Calen Pennington
78c8950ea3
Clean up a few remaining unicode format string errors
2019-02-20 15:28:14 -05:00
cclauss
44d62fac75
Fix explicit tuple parameters for Python 3
2019-02-19 12:37:34 +01:00
Jeremy Bowman
b046ce89b4
More reliable container publish in bok-choy tests
2019-02-12 14:10:54 -05:00
Matthew Piatetsky
9681ca36b8
fix unicode strings in common/
2019-02-05 10:57:00 -05:00
Agha Awais
49cd4202df
Merge pull request #19594 from edx/awais/lett_2_bc_html_editor_II
...
Remaining bokchoy tests for HTML editor(II)
2019-01-25 11:31:16 +05:00
Agha Awais
840ff1751a
Remaining bokchoy tests for HTML editor(II)
2019-01-24 20:38:34 +00:00
Agha Awais
c5caa17a54
Remaining bokchoy tests for pages
2019-01-15 08:16:51 +00:00
Agha Awais
03403e58c4
Problem Editor bokchoy tests II(remaining tests)
2019-01-11 14:23:55 +00:00
Agha Awais
db2cab0e4c
Merge pull request #18810 from edx/awais/lett_2_bc_pages
...
TE-2626: Studio Pages bokchoy tests
2019-01-11 15:24:45 +05:00
zrana
fc56a6d47c
Merge pull request #19456 from edx/zeeshan/lett_2_bc_grading_IV
...
Grading IV tests
2019-01-11 14:48:02 +05:00
Agha Awais
779be24c56
Studio Pages bokchoy tests
2019-01-11 09:43:31 +00:00
zrana
95560a0c94
Grading IV tests
2019-01-10 13:46:42 +05:00
Agha Awais
b5e97aeb0c
Merge pull request #18846 from edx/awais/lett_2_bc_html_editor_I
...
TE-2625: HTML editor bokchoy tests I
2019-01-09 15:49:22 +05:00
Michael Roytman
880a06b981
do not show Create Zendesk Tickets For Suspicious Proctored Exam Attempts Studio Advanced Setting field if user is not edX staff
2018-12-21 11:16:28 -05:00
Michael Roytman
23fcb7e7bb
Removed course-run exam rule configuration
2018-12-21 11:14:58 -05:00
Agha Awais
a6dc71e9d1
Merge pull request #18850 from edx/awais/lett_2_bc_problem_editor_I
...
TE-2627: Problem Editor bokchoy tests
2018-12-21 15:40:58 +05:00
Agha Awais
7a6611c9c2
Problem Editor bokchoy tests
2018-12-21 09:17:24 +00:00
Nimisha Asthagiri
886bc4b20b
Studio login/registration redirects to LMS
2018-12-17 20:50:57 -05:00
Farhanah Sheets
e009d5e4db
bump studio-frontend to 1.16.12 and update bokchoy tests
2018-10-03 09:36:55 -04:00
Agha Awais
dd610ac3e4
HTML editor bokchoy tests I
2018-09-17 08:21:52 +00:00
Agha Awais
6c45b236ab
Grading bokchoy tests III
2018-09-10 19:39:53 +00:00
Alex Dusenbery
3afe741143
Revert "studio grading bokchoy tests III"
...
This reverts commit 9b9f7c26cd .
2018-08-31 10:28:06 -04:00
Agha Awais
9b9f7c26cd
studio grading bokchoy tests III
2018-08-31 10:36:51 +00:00
Jeremy Bowman
3ff3eee2f2
TE-2689 Remove useless pylint suppressions part 4
2018-08-20 12:54:22 -04:00
Agha Awais
556a88e5fa
fixed flaky test from grading
2018-08-08 16:19:05 +00:00
Agha Awais
0acb2289e1
Merge pull request #18688 from edx/awais/lett_2_bc_advance_settings_III
...
advanced settings bokchoy tests III
2018-08-04 00:52:29 +05:00
Agha Awais
e6a63b5693
Grading bokchoy tests II
2018-08-03 12:09:21 +00:00
Agha Awais
be5ccf92e7
advanced settings bokchoy tests III
2018-08-03 12:06:23 +00:00
Agha Awais
469d871994
Merge pull request #18702 from edx/awais/lett_2_bc_textbook
...
bokchoy tests for textbook page
2018-08-02 16:43:41 +05:00
Agha Awais
2f94817118
bokchoy tests for textbook page
2018-08-01 12:42:47 +00:00
Agha Awais
a3f8fe49cb
Merge pull request #18690 from edx/awais/lett_2_bc_discussion_components
...
discussion component bokchoy tests
2018-08-01 16:44:54 +05:00
Michael Roytman
e5521d9ec2
Merge pull request #18661 from edx/mroytman/bok-choy-tests-course-outline
...
bok choy tests for course outline status section
2018-07-31 13:08:31 -04:00
Michael Roytman
7e8de93d05
bok choy tests for course outline status section
2018-07-31 12:00:44 -04:00
Agha Awais
a72beed4ec
discussion component bokchoy tests
2018-07-31 14:29:49 +00:00
Agha Awais
a4547183da
Merge pull request #18497 from edx/awais/lett_2_bc_course_create
...
TE-2622: Course Create bokchoy tests
2018-07-27 14:56:55 +05:00
maiazadhun1
7faf59ff7a
course create bokchoy tests
2018-07-26 11:45:06 +00:00
Agha Awais
8b9048bf8c
Merge pull request #18498 from edx/awais/lett_2_bc_grading
...
TE-2624: Grading bokchoy tests
2018-07-26 12:50:39 +05:00
Agha Awais
442a0f510a
Merge pull request #18515 from edx/awais/lett_2_bc_advanced_settings_II
...
TE-2621: Advanced settings bokchoy tests 2
2018-07-26 11:34:22 +05:00