Diana Huang
0852af3f35
Merge branch 'master' into tests/diana/update-oe-unit-tests
2013-01-28 08:28:39 -05:00
Diana Huang
9f6afcb606
Add some more tests
2013-01-25 16:33:45 -05:00
Victor Shnayder
87e92644b6
Make all tests pass
...
caveat: with a bit of hackery. Need to do better testing once things are live.
2013-01-25 16:13:55 -05:00
Diana Huang
a26006f7c3
Add new test for the CombinedOpenEndedModule
2013-01-25 15:09:01 -05:00
Diana Huang
71d27def0d
Fix tests and add new documentation
2013-01-25 11:18:30 -05:00
Diana Huang
3ec2a83ec1
Merge branch 'diana/open-ended-ui-updates' into tests/diana/update-oe-unit-tests
...
Fix
Conflicts:
common/lib/xmodule/xmodule/tests/test_self_assessment.py
2013-01-25 10:35:55 -05:00
Diana Huang
bb521a20b7
fix a bug caught with testing and update some tests
...
(the last couple are still broken, though)
2013-01-25 10:19:09 -05:00
Victor Shnayder
22ccf9c500
Some test cleanups
2013-01-24 17:33:25 -05:00
Diana Huang
bb60dde45e
Add OpenEndedModule tests
2013-01-24 17:09:19 -05:00
Victor Shnayder
90a5703419
Test for cohort config
2013-01-24 15:12:52 -05:00
Victor Shnayder
f005b70f3b
Minor test cleanups
2013-01-24 15:12:52 -05:00
Diana Huang
37c7b47017
Update comments and add new OpenEndedChild tests
2013-01-24 14:02:24 -05:00
Diana Huang
1f8db18903
New tests for open ended module
2013-01-24 12:36:48 -05:00
Diana Huang
5ca1586e0c
Merge branch 'feature/diana/rubric-input' into diana/open-ended-ui-updates
2013-01-23 08:57:47 -05:00
Diana Huang
e04f2f984a
Update tests for new behavior
2013-01-18 16:18:33 -05:00
Chris Dodge
0efd6e6a15
Merge branch 'master' into feature/cdodge/cms-master-merge4
2013-01-18 16:14:27 -05:00
Chris Dodge
550e805b74
Merge branch 'master' into feature/cdodge/cms-master-merge4
...
Conflicts:
common/lib/xmodule/xmodule/course_module.py
2013-01-18 15:44:41 -05:00
Diana Huang
89055da8ba
Take out useless logging.
2013-01-18 15:38:59 -05:00
Diana Huang
0e3aeb4041
Merge branch 'master' into diana/fix-sa-tests
2013-01-18 15:21:50 -05:00
Diana Huang
bd6d153126
Fix failing self-assessment unit tests
2013-01-18 15:18:13 -05:00
Carlos Andrés Rocha
ef69b738c9
Sort courses announcement date
...
If there is no announcement date (in the policy metadata) then use a
heuristic to sort them.
If there is an announcement date, the use it in the heuristic to
determine if the course is new or not.
2013-01-17 21:46:58 -05:00
Chris Dodge
45bb511e15
remove obsolete test (per Vik)
2013-01-17 12:06:21 -05:00
Chris Dodge
22695d80c7
Merge branch 'master' into feature/cdodge/cms-master-merge4
...
Conflicts:
common/djangoapps/student/models.py
common/lib/capa/capa/responsetypes.py
common/lib/xmodule/setup.py
common/lib/xmodule/xmodule/course_module.py
common/lib/xmodule/xmodule/xml_module.py
jenkins/test.sh
lms/djangoapps/courseware/access.py
lms/djangoapps/courseware/tests/tests.py
lms/djangoapps/django_comment_client/models.py
requirements.txt
2013-01-17 09:15:37 -05:00
cahrens
bc80779f6f
Fix bug related to creation of thumbnails for non-image files.
...
https://edx.lighthouseapp.com/projects/102637-studio/tickets/139-uploads-of-non-images-dont-have-reasonable-icon#ticket-139-2
2013-01-16 15:40:14 -05:00
Brian Wilson
3b28e328c4
disable export of testcenter_exam from course module (and add test).
2013-01-15 17:54:10 -05:00
Alexander Kryklia
ca4b625e6c
removed forgotten ipdb line
2013-01-15 12:55:21 +02:00
Alexander Kryklia
9bf1a6e271
add docstring and test for gst
2013-01-15 12:55:20 +02:00
Alexander Kryklia
100da2aef9
added gst tests for import
2013-01-15 12:55:20 +02:00
Alexander Kryklia
b0b4a90bd3
added gst tests for export
2013-01-15 12:55:20 +02:00
Carlos Andrés Rocha
8f21d7a738
Add property to course module to check if a course is new
...
The property can be set in the policy metadata. If it is not specified
then it is set to true if the course has not started yet.
Also adds a property to check how many days are left until the course starts.
2013-01-10 15:57:29 -05:00
Victor Shnayder
4b58cb9560
Fix attempt tracking, fix test
...
- increments attempts on any transition to DONE state
2012-11-28 15:04:07 -05:00
Victor Shnayder
4fd1a2fa1a
Fix state tracking for self-assessment.
...
now keep each set of responses in a separate dictionary
2012-11-28 14:09:09 -05:00
Victor Shnayder
f8e45e0a8e
Add tests for old logic
2012-11-28 13:21:48 -05:00
Victor Shnayder
a0a5167207
Hook up testing for self assessment modules
2012-11-28 11:12:06 -05:00
Victor Shnayder
0ad2154b86
merge in origin/master
2012-11-12 13:10:21 -05:00
Vik Paruchuri
fee0facd39
Add in some docs for tests, factor out class name in js
2012-11-06 09:30:59 -05:00
Vik Paruchuri
71547e29da
Added tests for selfassessment import and export (both pass)
2012-11-06 09:17:35 -05:00
Vik Paruchuri
b209018c46
Adding tests
2012-11-06 09:03:59 -05:00
Victor Shnayder
55a0cada7b
Fix a bug with pointer-tag detection on load
...
if a tag has text but no children, wasn't properly detected as an inline definition.
2012-11-02 16:59:41 -04:00
Victor Shnayder
9e02b3ce34
Move tests around:
...
- move progress tests into test_progress.py
- move grader tests into test_graders.py
- move the capa tests into capa/tests/
2012-10-08 15:52:18 -04:00
Calen Pennington
d4377d4ada
Make imports into the CMS ignore broken modules, while still loading bad xml as error modules in the LMS
2012-09-25 10:10:44 -04:00
Victor Shnayder
b501367ed3
make the test ajax_url format consistent with real code
...
* specifically, no trailing slash
2012-09-10 14:28:09 -04:00
Calen Pennington
8030fdce80
Fix test and assertion reversal in progress test
2012-09-06 15:47:45 -04:00
Calen Pennington
5f261ec335
Test that values are clamped between 0 and 100% for progresses
2012-09-06 15:47:12 -04:00
Victor Shnayder
739dd8e3f9
fix for multiple url_name hashing bug
2012-09-06 10:12:48 -04:00
Victor Shnayder
79109a6244
Apply attr_map translation to metadata loaded from policy file as well as from xml.
2012-09-03 13:51:20 -04:00
David Ormsbee
69ea7aa873
Merge pull request #597 from MITx/feature/victor/nested-links
...
Feature/victor/nested links
2012-08-31 13:48:05 -07:00
Victor Shnayder
d815d50aee
Remove obsolete eager flag for xml modulestore
...
* has to be eager
2012-08-30 19:26:50 -04:00
Victor Shnayder
fe50f94437
Fix inline html bug.
...
* problem was in trying to remove the outer <html> + </html> tags.
* cleaned up the stringify function to be less magical, and more
obviously correct.
[Fix #35136297 ]
2012-08-28 19:54:57 -04:00
Arjun Singh
6a6b24af79
Disable jsresponse file compilation; done manually for now.
2012-08-28 12:40:49 -07:00