Ned Batchelder
|
ceb6cedaae
|
Fix merge
|
2013-05-06 11:39:19 -04:00 |
|
Ned Batchelder
|
249ba4be33
|
Finish the test for computed_answer
|
2013-05-06 10:55:04 -04:00 |
|
Ned Batchelder
|
a6677aa0a8
|
Computed answers are run through safe_exec.
|
2013-05-06 10:55:04 -04:00 |
|
Ned Batchelder
|
6297d64528
|
Now these can be in the same test class
|
2013-05-06 10:55:04 -04:00 |
|
Ned Batchelder
|
ff1df569cb
|
Refactor submitting problems so we don't need custom code for each test.
|
2013-05-06 10:55:04 -04:00 |
|
Ned Batchelder
|
33abe54e0d
|
Work in progress to sandbox the uses of eval in LMS.
|
2013-05-06 10:55:03 -04:00 |
|
Ned Batchelder
|
9249bafd00
|
Add a test of a bad answer also.
|
2013-05-06 10:55:03 -04:00 |
|
Ned Batchelder
|
e69a073161
|
Add a test for the Python in schemaresponse, and refactor the tests while I was in there.
|
2013-05-06 10:55:03 -04:00 |
|
Ned Batchelder
|
9827a0e218
|
Oops, this line can go too.
|
2013-05-06 10:55:03 -04:00 |
|
Ned Batchelder
|
9cc43f1d9b
|
Simplify this test setup.
|
2013-05-06 10:55:03 -04:00 |
|
ichuang
|
f1a899ac1c
|
Merge branch 'master' of github.com:MITx/mitx into feature/ichuang/masquerade-v3
|
2013-04-20 12:25:47 -04:00 |
|
Jay Zoldak
|
be76f73107
|
Consolidate and upgrade factories
|
2013-04-18 15:11:10 -04:00 |
|
Calen Pennington
|
6644b78819
|
Fix gradebook when using grade cutoffs other than A/B/C
|
2013-04-16 11:38:58 -04:00 |
|
ichuang
|
5ca0393e05
|
add test for masquerade
|
2013-04-13 22:47:49 -04:00 |
|
Jay Zoldak
|
d8c186d3a1
|
fix pylint errors in test_login.py
|
2013-04-12 10:25:12 -04:00 |
|
Jay Zoldak
|
1cc6a0a60d
|
Fix pylint errors
|
2013-04-11 17:20:38 -04:00 |
|
Jay Zoldak
|
bb1134b8ee
|
Convert login tests to use factories
|
2013-04-11 16:54:16 -04:00 |
|
Christina Roberts
|
de44813732
|
Merge pull request #1808 from MITx/bug/christina/studio
Show course end date on course about page
|
2013-04-04 13:34:00 -07:00 |
|
cahrens
|
57343c7d9e
|
On course about page, display course end date if no about page HTML blog (end_date.html) exists.
#224
|
2013-04-04 15:35:07 -04:00 |
|
cahrens
|
d02dc37d9f
|
On course about page, display course end date if no about page HTML blog (end_date.html) exists.
#224
|
2013-04-04 15:22:56 -04:00 |
|
Calen Pennington
|
039ccb83cc
|
Migrate to the open source XBlock repo
|
2013-04-04 10:55:31 -04:00 |
|
cahrens
|
8ace7fe57c
|
Merge branch 'master' into bug/christina/studio
Conflicts:
cms/djangoapps/contentstore/views.py
common/lib/xmodule/xmodule/capa_module.py
common/lib/xmodule/xmodule/combined_open_ended_module.py
common/lib/xmodule/xmodule/peer_grading_module.py
|
2013-04-01 12:30:07 -04:00 |
|
cahrens
|
16f4a3f9c1
|
Convert due date to a Date (vs. a string with no year).
|
2013-04-01 11:37:05 -04:00 |
|
Jay Zoldak
|
d044d5c48d
|
a few more pep8 fixes
|
2013-03-29 13:15:33 -04:00 |
|
Jay Zoldak
|
b63aae221e
|
small pep8 pylint and superclass fixes
|
2013-03-29 10:41:27 -04:00 |
|
Will Daly
|
5bf839c9a9
|
Guard against trying to load a template when checking pages.
|
2013-03-28 16:55:20 -04:00 |
|
Will Daly
|
f652fb5f73
|
Pylint and pep8 fixes
|
2013-03-28 12:51:09 -04:00 |
|
Will Daly
|
13c01ec3fc
|
Randomized instructor page tests
|
2013-03-28 10:03:05 -04:00 |
|
Will Daly
|
bf37d4a9a3
|
Randomized loading of test pages for dark launch test
|
2013-03-28 09:33:51 -04:00 |
|
Will Daly
|
3eefb7d5ec
|
Resolved conflicts from rebase to master; fixed keyword error caught by
pylint
|
2013-03-28 08:58:56 -04:00 |
|
Will Daly
|
27a31230bf
|
Removed full course tests
|
2013-03-28 08:55:45 -04:00 |
|
Will Daly
|
7978c581db
|
Changed test for checking all pages to checking a random page
|
2013-03-28 08:55:16 -04:00 |
|
Brian Wilson
|
c639799a07
|
fix missing import
|
2013-03-27 18:12:48 -04:00 |
|
Brian Wilson
|
bb7bc88847
|
merge out from master
|
2013-03-27 18:04:58 -04:00 |
|
Brian Wilson
|
99778b1b5b
|
add fixes for 500 bugs (lighthouse 287 and 293) by requiring login for accessing licenses and inline discussions. Add unit tests for licenses, and rearrange tests based off of (the former) PageLoad. Also cleanups for pylint and pep8.
|
2013-03-27 17:59:56 -04:00 |
|
Will Daly
|
cddc868656
|
Login URL resolves differently in LMS and CMS, which breaks login_test
when loaded by rake test_cms
I moved the test into lms/courseware/tests so they run correctly.
|
2013-03-27 13:01:10 -04:00 |
|
Calen Pennington
|
2c0e5b82ff
|
Return a 403 when an anonymous user attempts to hit modx_dispatch. Fixes https://www.pivotaltracker.com/story/show/46916015 and https://www.pivotaltracker.com/story/show/46916029
|
2013-03-27 07:29:22 -04:00 |
|
Calen Pennington
|
6b64b4214f
|
Make relative imports explicitly relative
|
2013-03-15 11:23:22 -04:00 |
|
Victor Shnayder
|
84f05f9f61
|
Merge remote-tracking branch 'origin/master' into feature/alex/poll-merged
Conflicts:
common/lib/xmodule/xmodule/capa_module.py
common/lib/xmodule/xmodule/foldit_module.py
common/lib/xmodule/xmodule/tests/__init__.py
common/lib/xmodule/xmodule/tests/test_capa_module.py
common/lib/xmodule/xmodule/tests/test_combined_open_ended.py
common/lib/xmodule/xmodule/tests/test_conditional.py
common/lib/xmodule/xmodule/tests/test_self_assessment.py
|
2013-03-08 00:40:18 -05:00 |
|
Calen Pennington
|
cec3475c9d
|
Remove references to .definition and .metadata in modules
|
2013-03-06 18:07:56 -05:00 |
|
Calen Pennington
|
8a9ba79d1f
|
Merge remote-tracking branch 'origin/master' into feature/alex/poll-merged
Conflicts:
cms/djangoapps/contentstore/views.py
common/lib/xmodule/xmodule/course_module.py
common/lib/xmodule/xmodule/open_ended_grading_classes/self_assessment_module.py
common/lib/xmodule/xmodule/peer_grading_module.py
|
2013-03-06 12:15:07 -05:00 |
|
Will Daly
|
2f5ea630e7
|
Cleaned up courseware test_tabs unittests
|
2013-03-06 10:16:43 -05:00 |
|
Will Daly
|
0d1b380008
|
Removed test_grades.py in courseware django app.
|
2013-03-06 09:44:53 -05:00 |
|
Will Daly
|
72411a175f
|
Added jnater's unit tests, cleaned up broken tests, ran pep8fix
|
2013-03-06 09:41:26 -05:00 |
|
Calen Pennington
|
b7680f3157
|
Fix tests except for conditional module and open ended grading
|
2013-03-05 15:04:59 -05:00 |
|
Jay Zoldak
|
b0a018195a
|
Pep8 fixes for tests
|
2013-03-05 11:53:00 -05:00 |
|
Jay Zoldak
|
cee24c5cb2
|
Import existing UserFactory
|
2013-03-05 11:18:07 -05:00 |
|
Will Daly
|
2fd9ccece1
|
Fixed whitespace issues; removed a test that made no assertions
|
2013-03-05 09:34:52 -05:00 |
|
Will Daly
|
437aadb28e
|
Cleaned up some tests; deleted skip tests
|
2013-03-05 09:32:20 -05:00 |
|
Will Daly
|
faf5c3f0a2
|
Updated Deena's tests after merge with master to ensure that none
of the tests fail. Deleted some tests.
|
2013-03-05 09:10:02 -05:00 |
|