JonahStanley
|
b4036c66cf
|
Refactored the ui tests to use retry_on_exception
|
2013-07-12 09:28:50 -04:00 |
|
JonahStanley
|
ebc9fa9e2a
|
Made a retry_on_exception world function that will retry the given function
|
2013-07-12 09:28:50 -04:00 |
|
JonahStanley
|
1f648d901e
|
Revert "Reworded css_text to use css_find"
This reverts commit a7de337fe2d218d6cb9c2f175c6ea71f5ddcb6da.
|
2013-07-12 09:28:50 -04:00 |
|
JonahStanley
|
287b750a22
|
Reworded css_text to use css_find
|
2013-07-12 09:28:50 -04:00 |
|
JonahStanley
|
2c0c8dfb90
|
Fixed structure of css_text and css_value
|
2013-07-12 09:28:50 -04:00 |
|
JonahStanley
|
f1dd81a67a
|
Refactored LMS so all potential stale element exceptions are avoided
|
2013-07-12 09:28:49 -04:00 |
|
JonahStanley
|
8b0e7c5782
|
Made a new command css_has_class that will safely check the class and get around stale elements
|
2013-07-12 09:28:49 -04:00 |
|
Chris Dodge
|
fbe2cde6e5
|
add simple unit test on the defaulting of the settings
|
2013-07-11 14:31:53 -04:00 |
|
Chris Dodge
|
c3ad168b10
|
also add some defaulting to the querying of the settings where it defaults to an empty set
|
2013-07-11 12:12:42 -04:00 |
|
Jonah Stanley
|
786f422ffa
|
Merge pull request #298 from edx/jonahstanley/acceptance-tests-unique-database
Jonahstanley/acceptance tests unique database
|
2013-07-10 14:09:28 -07:00 |
|
Adam Palay
|
d056c8a8f2
|
replace test setting changes with test-specific mock.patch.dicts
|
2013-07-10 10:18:58 -04:00 |
|
David Baumgold
|
359cbbb4d9
|
Fixing up ui_helpers based on feedback from Christina
|
2013-07-09 19:16:44 -04:00 |
|
David Baumgold
|
437e658f98
|
pylint fixes
|
2013-07-09 19:16:44 -04:00 |
|
David Baumgold
|
dd39ebec03
|
If success_condition fails, raise an exception
|
2013-07-09 19:16:43 -04:00 |
|
David Baumgold
|
84bbd84a54
|
Ease Christina's pain
But only slightly. Sorry Christina.
|
2013-07-09 19:16:10 -04:00 |
|
David Baumgold
|
2a92a14054
|
Wrote simple lettuce tests for pdf textbooks
|
2013-07-09 19:16:09 -04:00 |
|
David Baumgold
|
5e0767ccd0
|
logging is unused
|
2013-07-09 19:16:09 -04:00 |
|
David Baumgold
|
ef81556cc5
|
Use JsonResponse when it makes sense
|
2013-07-09 19:16:08 -04:00 |
|
David Baumgold
|
090d0d4464
|
Fix up unit tests
|
2013-07-09 19:16:08 -04:00 |
|
David Baumgold
|
27e895393c
|
Added generic JsonResponse class
Based on http://djangosnippets.org/snippets/154/
|
2013-07-09 19:16:07 -04:00 |
|
Chris Dodge
|
6642cdddae
|
support uploading and referencing assets as streams rather than having to read everything into memory first
|
2013-07-09 19:15:58 -04:00 |
|
JonahStanley
|
28142d51f9
|
Added comment about how the resetting of the database works
|
2013-07-09 08:54:20 -04:00 |
|
JonahStanley
|
b0d70008e4
|
Changed when the databases are reset
This might allow parallel features in the future
|
2013-07-09 08:54:20 -04:00 |
|
JonahStanley
|
789b711023
|
Acceptance tests now pull from their own unique database
These databases/collections are cleared after harvest
|
2013-07-09 08:54:19 -04:00 |
|
cahrens
|
2cceda948c
|
Disable test point when run under CMS.
The template exists when django admin is enabled, but the mappings in CMS' urls.py do not exist.
|
2013-07-08 13:12:44 -04:00 |
|
Jonah Stanley
|
0be0df1b59
|
Merge pull request #325 from edx/jonahstanley/fix-flakey-tests
Made a css_html to obtain the html of the css element.
|
2013-07-03 11:55:25 -07:00 |
|
Chris Dodge
|
ccfc4fc012
|
remove extra line space at end of file
|
2013-07-03 13:46:32 -04:00 |
|
Chris Dodge
|
5088450ed3
|
add another unit test to explicitly exercise the can_execute_unsafe_code() method
|
2013-07-03 13:46:32 -04:00 |
|
Chris Dodge
|
b32c4aaa56
|
actually, seems like we should be using double quotes for docstrings
|
2013-07-03 13:46:32 -04:00 |
|
Chris Dodge
|
aa7f1f867d
|
actually, I think we use single quotes for docstrings
|
2013-07-03 13:46:32 -04:00 |
|
Chris Dodge
|
bcbac3aaa4
|
add docstring to newly refactored method
|
2013-07-03 13:46:32 -04:00 |
|
Chris Dodge
|
bf3a7287f0
|
do some lamda magic to refactor out the whitelist checking code to be shared between LMS and CMS
|
2013-07-03 13:46:31 -04:00 |
|
JonahStanley
|
19513e4134
|
Refactored all clicks to use the css_click method
|
2013-07-03 10:34:56 -04:00 |
|
JonahStanley
|
9a5326bca5
|
Made a css_html to obtain the html of the css element.
This works like css_click in that it will retry if there was a stale element reference exception
|
2013-07-02 16:46:20 -04:00 |
|
Adam Palay
|
c692428fe5
|
fix pylint violations
|
2013-07-02 10:22:26 -04:00 |
|
Adam Palay
|
bdacc7646c
|
clean up track/models
|
2013-07-01 18:21:47 -04:00 |
|
Adam Palay
|
03aee3ed79
|
add tests
|
2013-07-01 18:21:47 -04:00 |
|
Adam Palay
|
af75e1f785
|
log student answers using POST instead of GET
|
2013-07-01 18:21:47 -04:00 |
|
Jean Manuel Nater
|
5cb4c1a750
|
Removed some pep8 violations.
|
2013-07-01 17:07:24 -04:00 |
|
Calen Pennington
|
1a7b833146
|
Merge pull request #269 from edx/dhm/incidental-functionality-improvements
Incidental functionality improvements from Next Gen Modulestore work
|
2013-07-01 13:04:20 -07:00 |
|
David Baumgold
|
ce6b319288
|
Added jsonable_server_error in common/util/views.py
|
2013-07-01 15:09:41 -04:00 |
|
Jean Manuel Nater
|
72b4561e3a
|
Moved xml_store_config, mongo_store_config, and draft_mongo_store_config to xmodule/modulestore/tests/django_util.py
Removed some repeated instances of xml_store_config.
Reverted some changes to mongo_store_config so each modulestore gets it's own uuid.
|
2013-07-01 14:45:53 -04:00 |
|
Diana Huang
|
d5c5fb344e
|
Merge pull request #290 from edx/diana/open-id-namespace
Handle issues decoding openid requests more gracefully
|
2013-06-28 13:00:19 -07:00 |
|
Diana Huang
|
f33bfd1c6c
|
Address code review feedback
|
2013-06-28 15:03:44 -04:00 |
|
Don Mitchell
|
c7046df0f2
|
Make request.POST be only json content when using expect_json
|
2013-06-28 14:19:10 -04:00 |
|
Diana Huang
|
c98651fadb
|
Add in the ability to handle malformed return urls.
|
2013-06-27 18:02:23 -04:00 |
|
Diana Huang
|
c6fa4873b1
|
Handle issues decoding requests more gracefully
Clean up some pep8/pylint violations as well
|
2013-06-27 18:02:23 -04:00 |
|
Ned Batchelder
|
a484224ef5
|
Remove pointless addition tests
|
2013-06-27 16:27:39 -04:00 |
|
Jay Zoldak
|
c98a77565f
|
Make the UrlResetMixin load the urlconf after resetting it, and fix the comment client test that was leaving ENABLE_DISCUSSION_SERVICE at True
|
2013-06-27 11:05:09 -04:00 |
|
dcadams
|
306ac48210
|
Email on enroll/un-enroll actions
Optionally email students on enroll/un-enroll actions
by instructor from enrollment tab in LMS.
|
2013-06-26 15:28:36 -07:00 |
|