Calen Pennington
a173270ef1
Fix pylint-identified issues in i18n_tests
2016-06-09 16:26:21 -04:00
Calen Pennington
e7caf9b0ca
Rename i18n.tests to i18n_tests, so that the i18n.tests package can be a package without squashing the python i18n package namespace
2016-06-09 15:25:37 -04:00
Calen Pennington
a7ed99ba79
Add __init__.py to tests folders to make them proper modules
2016-06-09 14:38:33 -04:00
Calen Pennington
98bf9f9dea
Enable concurrency (but not randomization) in LMS unit tests
2016-06-09 13:14:36 -04:00
Calen Pennington
9ba7048415
Merge pull request #12528 from cpennington/enable-randomization-in-lms-tests
...
Enable randomization (but not concurrency) in LMS unit tests
2016-06-09 13:05:01 -04:00
Calen Pennington
2afc9e8c16
Don't use the --processes argument at all of processes=0
2016-06-09 12:04:18 -04:00
Calen Pennington
7ca92f255a
Enable randomization (but not concurrency) in LMS unit tests
2016-06-09 12:04:18 -04:00
Calen Pennington
cfd1620703
Merge pull request #12630 from cpennington/dont-leak-current-requests-in-tests
...
Dont leak current requests in tests
2016-06-09 12:03:34 -04:00
Ned Batchelder
f4f33807ce
Merge pull request #12705 from edx/ned/update-i18n-tools
...
Use v0.3.2 of i18n_tools
2016-06-09 11:37:59 -04:00
Ned Batchelder
1ce2cbd187
Use v0.3.2 of i18n_tools
2016-06-09 10:41:40 -04:00
Calen Pennington
97136768f9
Empty the RequestCache if the request ends in an exception
2016-06-09 10:10:40 -04:00
Calen Pennington
a88fa5c07a
Remove mako_middleware_process_request, which doesn't cleanup after itself
2016-06-09 10:10:40 -04:00
Calen Pennington
029f4a5ef5
Use a contextmanager to cleanup after manipulating the current request in email rendering tests
2016-06-09 10:10:39 -04:00
Calen Pennington
71bb7f0ba0
Use a contextmanager to cleanup after manipulating the current request in create_account tests for external auth
2016-06-09 10:10:39 -04:00
Calen Pennington
6760ac44e8
Use a contextmanager to cleanup after manipulating the current request in password_policy tests for external auth
2016-06-09 10:10:39 -04:00
Calen Pennington
d77025c873
Use a contextmanager to cleanup after manipulating the current request in third_party_auth tests
2016-06-09 10:10:39 -04:00
Peter Fogg
6e91d88413
Merge pull request #12696 from edx/peter-fogg/fix-command-facepalm
...
Correct destination of management command args.
2016-06-09 09:25:09 -04:00
Muhammad Ammar
6eef8ee944
Merge pull request #12663 from edx/ammar/fedx-198-enforce-heading-problems
...
enforce display name in CAPA problems
2016-06-09 17:34:06 +05:00
muhammad-ammar
8024bae255
enforce display name in CAPA problems
...
FEDX-198
2016-06-09 16:42:19 +05:00
PaulWattenberger
9781685719
Revert "Pwattenberger/sailthru" ( #12701 )
2016-06-08 23:03:22 -04:00
PaulWattenberger
ca02235e64
Pwattenberger/sailthru ( #12646 )
...
* Initial commit of Sailthru lms changes
* Field mapping changes for Sailthru integration
* Merge fix
* Add users to Sailthru list on registration
* FIx minor code format issues
* Several updates based on code review feedback
* Updates based on recomendations from Sailthru
* Clean up unit tests
* Fix last login
* Updates based on code review feedback
* Updates based on code review feedback
* Fix comment
* Cleanup
2016-06-08 19:38:29 -04:00
Calen Pennington
86902e87af
Use the Django TestClient for external_auth shib unit tests, so that middleware is cleaned up properly
2016-06-08 16:43:31 -04:00
Calen Pennington
7d32129b9f
Use the Django TestClient for branding unit tests, so that middleware is cleaned up properly
2016-06-08 16:43:31 -04:00
Calen Pennington
fc1e0b6637
Use the Django TestClient for course_creator unit tests, so that middleware is cleaned up properly
2016-06-08 16:43:31 -04:00
Calen Pennington
411f1f7964
Use the Django TestClient for forum unit tests, so that middleware is cleaned up properly
2016-06-08 16:43:31 -04:00
Calen Pennington
57f7271b0b
Use the Django TestClient for courseware unit tests, so that middleware is cleaned up properly
2016-06-08 16:43:30 -04:00
Calen Pennington
437b249d68
Use django_crum to access the current request in request_cache
2016-06-08 16:35:25 -04:00
Calen Pennington
93970f3473
Allow edxmako to be passed an explicit request to create the RequestContext from
2016-06-08 16:35:25 -04:00
Calen Pennington
0e8af4cccc
Use the non-deprecated functions for edxmako to access the request_cache
2016-06-08 16:35:24 -04:00
Calen Pennington
25c4398125
Convert edxmako to use django_crum to get the current request
2016-06-08 16:35:24 -04:00
Calen Pennington
e275dfbcdd
Merge pull request #12693 from cpennington/reset-language-discussion
...
Reset current language after discussion tests, so that other language…
2016-06-08 16:24:12 -04:00
Peter Fogg
3c223d106a
Correct destination of management command args.
2016-06-08 15:48:27 -04:00
Simon Chen
7a300483b7
ECOM-4640 make sure honor cert students also see generate cert button ( #12687 )
2016-06-08 14:58:31 -04:00
Ahsan Ulhaq
b00ce0282a
Merge pull request #12679 from edx/ahsan/ECOM-4544-Financial-Assistance-Form-Updates
...
Financial Assistance Form Updates
2016-06-08 23:53:05 +05:00
Waheed Ahmed
817a1585ef
Merge pull request #12543 from edx/waheed/ecom-2361-complete-order-history-for-students
...
Complete Order History tab for students on account settings page
2016-06-08 22:53:59 +05:00
Brian Jacobel
6589139e29
Merge pull request #12266 from edx/bjacobel/requirejs-sync
...
Load requirejs bundles synchronously
2016-06-08 13:49:18 -04:00
Eric Fischer
2241ca59b0
remove flaky decorator ( #12655 )
2016-06-08 13:22:33 -04:00
Ahsan Ulhaq
d31b7cbd68
Complete Order History area for students
...
ECOM-2361
2016-06-08 21:45:07 +05:00
Waheed Ahmed
b2f21ef4f3
Complete Order History tab for students on account settings page.
...
ECOM-2361
2016-06-08 21:45:07 +05:00
Ahsan Ulhaq
7e88a88604
Financial Assistance Form Updates
...
ECOM-4544
2016-06-08 21:18:49 +05:00
Eric Fischer
d19098bae2
Update default cohort language ( #12695 )
2016-06-08 11:59:19 -04:00
Tasawer Nawaz
6bd35fd6c6
Merge pull request #12644 from edx/tasawer/story/ecom-4559-update-receipt-page
...
Update Receipt page
2016-06-08 23:28:15 +08:00
Peter Fogg
905c5c567c
Merge pull request #12692 from edx/peter-fogg/bulk-change-enrollment-help-text
...
Correct help text for the bulk_change_enrollment command.
2016-06-08 11:04:25 -04:00
Christina Roberts
1f26cd2ec6
Merge pull request #12681 from edx/christina/delete-landing
...
Delete old cruft from 2012/2013.
2016-06-08 10:18:53 -04:00
Calen Pennington
c4c4ee31c2
Reset current language after discussion tests, so that other languages don't leak into tests that don't use the LocaleMiddleware
2016-06-08 10:07:49 -04:00
Peter Fogg
17fb925cd4
Correct help text for the bulk_change_enrollment command.
2016-06-08 09:59:59 -04:00
Tasawer
38104eb6ed
Update Receipt page
...
ECOM-4559
2016-06-08 18:00:47 +05:00
alisan617
849e3b7911
Merge pull request #12686 from edx/alisan/author
...
adding myself to the author file
2016-06-07 22:02:28 -04:00
Eric Fischer
ed2644a115
Bump installed edx-proctoring version ( #12669 )
2016-06-07 18:17:03 -04:00
Brian Jacobel
61e64fbfdf
Merge pull request #12615 from edx/bjacobel/focus-test-to-bokchoy
...
Move the flaky focus unit test removed in #12433 to a bok choy test
2016-06-07 16:37:33 -04:00