Calen Pennington
|
793bbfd351
|
Set up dev environment for testing xml vs mongo vs split_mongo modulestores
|
2013-02-13 14:04:21 -05:00 |
|
Don Mitchell
|
6e5968e2cd
|
html changed; so, removed mostly meaningless comparison and fixed one.
|
2013-02-13 11:53:26 -05:00 |
|
Christina Roberts
|
0b91c1c346
|
Merge pull request #1487 from MITx/fix/cdodge/cleanup-deleted-templates
clean up templates that were removed from disk - we need to remove from ...
|
2013-02-13 06:29:35 -08:00 |
|
Chris Dodge
|
fbe3d29f19
|
added tests
|
2013-02-13 09:25:09 -05:00 |
|
Carlos Andrés Rocha
|
dff0c10b7a
|
Merge pull request #1493 from MITx/bug/dhm/misc
Fix broken test and don't pass time units as strings but as ints.
|
2013-02-12 15:14:37 -08:00 |
|
Don Mitchell
|
c904174bb7
|
Fix broken test and don't pass time units as strings but as ints.
|
2013-02-12 17:30:57 -05:00 |
|
Ned Batchelder
|
aa2d0ecaf2
|
We no longer need override_settings, Django has a better one.
|
2013-02-11 17:06:35 -05:00 |
|
Chris Dodge
|
33009eba7d
|
add exporting of grading_policy.json
|
2013-02-11 14:30:26 -05:00 |
|
Calen Pennington
|
4f555f6480
|
Merge remote-tracking branch 'origin/master' into feature/cale/xmodule-storage-model
Conflicts:
cms/djangoapps/contentstore/course_info_model.py
cms/djangoapps/contentstore/module_info_model.py
cms/djangoapps/contentstore/tests/factories.py
cms/djangoapps/contentstore/tests/test_course_settings.py
cms/djangoapps/contentstore/views.py
cms/djangoapps/models/settings/course_details.py
cms/djangoapps/models/settings/course_grading.py
cms/templates/edit_subsection.html
common/djangoapps/mitxmako/shortcuts.py
common/djangoapps/static_replace.py
common/djangoapps/util/converters.py
common/djangoapps/xmodule_modifiers.py
common/lib/xmodule/setup.py
common/lib/xmodule/xmodule/abtest_module.py
common/lib/xmodule/xmodule/capa_module.py
common/lib/xmodule/xmodule/course_module.py
common/lib/xmodule/xmodule/discussion_module.py
common/lib/xmodule/xmodule/error_module.py
common/lib/xmodule/xmodule/html_module.py
common/lib/xmodule/xmodule/js/src/video/display.coffee
common/lib/xmodule/xmodule/mako_module.py
common/lib/xmodule/xmodule/modulestore/mongo.py
common/lib/xmodule/xmodule/modulestore/store_utilities.py
common/lib/xmodule/xmodule/modulestore/xml.py
common/lib/xmodule/xmodule/modulestore/xml_importer.py
common/lib/xmodule/xmodule/raw_module.py
common/lib/xmodule/xmodule/self_assessment_module.py
common/lib/xmodule/xmodule/seq_module.py
common/lib/xmodule/xmodule/template_module.py
common/lib/xmodule/xmodule/tests/__init__.py
common/lib/xmodule/xmodule/tests/test_export.py
common/lib/xmodule/xmodule/tests/test_import.py
common/lib/xmodule/xmodule/video_module.py
common/lib/xmodule/xmodule/x_module.py
common/lib/xmodule/xmodule/xml_module.py
lms/djangoapps/courseware/access.py
lms/djangoapps/courseware/courses.py
lms/djangoapps/courseware/grades.py
lms/djangoapps/courseware/models.py
lms/djangoapps/courseware/module_render.py
lms/djangoapps/courseware/tests/tests.py
lms/djangoapps/courseware/views.py
lms/djangoapps/django_comment_client/utils.py
lms/templates/staff_problem_info.html
lms/templates/video.html
rakefile
|
2013-02-07 15:12:30 -05:00 |
|
Don Mitchell
|
253bc10d9f
|
did other test cleanups which Christina mentioned (should have read the
note first)
|
2013-02-06 17:31:17 -05:00 |
|
Don Mitchell
|
7668c70f62
|
Update test now updates existing attrs
|
2013-02-06 17:01:00 -05:00 |
|
Don Mitchell
|
8f18522d58
|
Unit tests for edit metadata
|
2013-02-06 12:01:22 -05:00 |
|
Calen Pennington
|
cfae1cdf62
|
Pep8 autofixes
|
2013-02-06 11:13:50 -05:00 |
|
Jay Zoldak
|
72023cb5d2
|
Improve docstring wording for ModuleStoreTestCase class.
|
2013-02-06 10:42:21 -05:00 |
|
Jay Zoldak
|
abf4ad36f4
|
Move modulestore unique naming in tests from the settings.py file into the ModuleStoreTestCase class.
|
2013-02-06 10:42:21 -05:00 |
|
Jay Zoldak
|
fde6d1ba1c
|
Refactor tests for cms contentstore.
|
2013-02-06 10:42:21 -05:00 |
|
Jay Zoldak
|
3324615270
|
Reorganize test cases
|
2013-02-06 10:41:08 -05:00 |
|
Jay Zoldak
|
5a6b039208
|
Reorganize the CmsTestCase subclass
|
2013-02-06 10:36:28 -05:00 |
|
Jay Zoldak
|
2c5a7ccdf7
|
Rearrange factories and clean up imports
|
2013-02-06 10:36:28 -05:00 |
|
Jay Zoldak
|
b63c3c5a67
|
Change modulestore name and subclass TestCase
|
2013-02-06 10:36:28 -05:00 |
|
Chris Dodge
|
3fa1fe0cd6
|
change from throwing a Http404 exception, which I believe will try to render a static 404.html template - and ironically triggers a 500 server error. Just create a HttpResponse and set the status_code to 404.
|
2013-02-05 16:26:07 -05:00 |
|
Deena Wang
|
1a6fc1b505
|
Merge branch 'feature/deena/testing' of https://github.com/MITx/mitx into feature/deena/testing
Conflicts:
cms/djangoapps/contentstore/tests/test_views.py
|
2013-02-01 16:05:44 -05:00 |
|
Deena Wang
|
c144b2519a
|
more tests in test_views.py
|
2013-02-01 15:57:11 -05:00 |
|
Deena Wang
|
25aca5866d
|
Merge branch 'master' into feature/deena/testing
Conflicts:
lms/djangoapps/courseware/tests/test_access.py
|
2013-02-01 10:19:40 -05:00 |
|
Deena Wang
|
7908d87902
|
more tests for views.py
|
2013-01-31 15:58:14 -05:00 |
|
Deena Wang
|
abc3e5b09d
|
more tests in test_views.py
|
2013-01-31 14:47:59 -05:00 |
|
Chris Dodge
|
ab9d30cbc6
|
Merge branch 'master' of github.com:MITx/mitx into fix/cdodge/export-static-tabs
|
2013-01-31 10:51:24 -05:00 |
|
Chris Dodge
|
fc57e7afdb
|
add testing for course info export. Plus DRY things out a bit
|
2013-01-31 10:51:20 -05:00 |
|
Deena Wang
|
40ddaa9976
|
more tests on test_views.py
|
2013-01-30 16:03:16 -05:00 |
|
Christina Roberts
|
54c1fe9c67
|
Merge pull request #1384 from MITx/fix/cdodge/export-static-tabs
adding exporting of tabs and custom_tags. Also added unit tests
|
2013-01-30 10:52:31 -08:00 |
|
Chris Dodge
|
c676046341
|
adding exporting of tabs and custom_tags. Also added unit tests
|
2013-01-30 13:25:17 -05:00 |
|
Deena Wang
|
cdbe9857d6
|
tests in cms.djangoapps.contentstore/tests/test_views.py
|
2013-01-30 12:30:48 -05:00 |
|
Chris Dodge
|
7f32aae47d
|
rename method to something that actually better reflects what it is doing. Also rename a variable to help with readability
|
2013-01-30 11:50:11 -05:00 |
|
Chris Dodge
|
74fcf96611
|
don't hard code the ordering of the tabs in the test. Take the current ordering defintion (in the test data) and reverse it
|
2013-01-30 09:43:57 -05:00 |
|
Deena Wang
|
3858362157
|
more tests
|
2013-01-29 15:53:20 -05:00 |
|
Deena Wang
|
4f58e9c177
|
Merge branch 'master' into feature/deena/testing to get factory files
|
2013-01-29 14:33:54 -05:00 |
|
Deena Wang
|
d9fdccb567
|
testing testing tests
|
2013-01-29 14:23:55 -05:00 |
|
Chris Dodge
|
855c8bb7e7
|
add unit test for tab reordering
|
2013-01-29 13:44:42 -05:00 |
|
Deena Wang
|
85c412fc2e
|
changed cms/env/tests, added test_views.py
|
2013-01-29 11:06:32 -05:00 |
|
Deena Wang
|
74839663ff
|
added cms/djangoapps/contentstore/test/tests.py
|
2013-01-29 10:12:39 -05:00 |
|
Chris Dodge
|
9c3e727889
|
add unit test to assert that the flag is not set on course metadata
|
2013-01-23 15:14:36 -05:00 |
|
cahrens
|
65d45d6dee
|
Minor cleanup.
|
2013-01-16 09:57:21 -05:00 |
|
cahrens
|
07d6bee5a7
|
storing work
|
2013-01-16 09:53:28 -05:00 |
|
cahrens
|
9818664bb1
|
storing work
|
2013-01-15 16:04:34 -05:00 |
|
Chris Dodge
|
b5776a775e
|
add another assert test
|
2013-01-14 12:17:51 -05:00 |
|
Chris Dodge
|
edb913f6ac
|
add tests for about content overrides
|
2013-01-14 12:12:40 -05:00 |
|
chrisndodge
|
ee9b9d0422
|
Merge pull request #1249 from MITx/feature/cas/speed-editor
Feature/cas/speed editor
|
2013-01-09 17:52:46 -08:00 |
|
Don Mitchell
|
fff9afdeb8
|
Minor cleanups
|
2013-01-09 11:38:01 -05:00 |
|
Don Mitchell
|
b8f530e865
|
Merge branch 'feature/cas/speed-editor' of github.com:MITx/mitx into feature/cas/speed-editor
|
2013-01-09 10:49:20 -05:00 |
|
Don Mitchell
|
2d8ddb0dcb
|
Ever slightly more rigorous test. actually look for the markdown field
in the model as well as the ancillary info
|
2013-01-09 10:47:03 -05:00 |
|