Jay Zoldak
e85fa65182
Update discussion documentation
2013-06-21 14:24:41 -04:00
Calen Pennington
d06a9a2043
Merge pull request #219 from edx/cale/remove-simplewiki
...
Remove simplewiki from the codebase
2013-06-20 13:43:38 -07:00
Calen Pennington
2e480f6404
Switch to standard coffee watcher
...
Using `ulimit -n` to set the limit much higher than the default of 256
in Darwin seems to avoid the `EMFILE` error that was plaguing our Mac
developers.
2013-06-20 09:18:11 -04:00
Calen Pennington
448ca26cdf
Remove simplewiki from the codebase
2013-06-20 09:06:29 -04:00
Alexander Kryklia
23d4a2b3db
renames is_completed to is_submitted, fixes docstrings and rst docs
2013-06-20 15:09:05 +03:00
Alexander Kryklia
1da7bcf8b7
Fixes bugs in documentation (rst format)
2013-06-20 12:58:33 +03:00
Calen Pennington
5489a3b645
Merge pull request #44 from edx/feature/cale/run-all-tests
...
Run all tests on jenkins
2013-06-06 09:52:27 -07:00
Calen Pennington
0bf7c71ec2
Run all tests on jenkins
...
We used to specify specific rake test tasks so that we could run all of
them even if early ones failed. However, that meant that as new tasks
were added, they weren't being run on jenkins.
Now, there is a facility in the rake scripts so that tests can run using
the test_sh function, which will delay failure until the end of the rake
run, unless the TESTS_FAIL_FAST environment variable is set.
Furthermore, this reorganizes the jasmine test tasks so that we can run
those as part of `rake test` as well.
2013-06-05 13:08:54 -04:00
Will Daly
a5fc721922
Merge branch 'master' into will/diff-cover-integration
2013-06-04 18:19:07 -04:00
James Tauber
f0abdce65a
small tweaks to overview doc
2013-05-31 16:22:59 -04:00
Peter Baratta
e17f9f6c37
Merge pull request #2108 from edx/pbaratta/calc-tests
...
Add some testing to calc.py prior to changes
2013-05-30 12:54:52 -07:00
Will Daly
34d1ea9e63
Consolidated coverage report generation into one rake command.
...
Added diff coverage reports using diff-coverage tool.
2013-05-30 15:09:39 -04:00
Will Daly
a64476f39a
Removed obsolete troubleshooting tip.
2013-05-24 11:08:52 -04:00
Will Daly
bfaadd47ab
Updated testing documentation to reflect changes to how requirements are
...
installed.
2013-05-23 22:30:09 -04:00
Peter Baratta
2486f7c271
Fixed docstrings and other comments from PR review
2013-05-23 17:38:16 -04:00
Calen Pennington
a282153337
Cleaned up whitespace in docs
2013-05-22 21:38:03 -04:00
Calen Pennington
dcefd9e991
Taught rake test_lms and test_cms to run specific tests by passing a single argument
2013-05-22 21:37:48 -04:00
Will Daly
342b3bb0e9
Merge branch 'master' into feature/will/ci-lettuce-tests
...
Resolved conflict with changes to Rakefile in master
Conflicts:
rakefile
2013-05-16 11:21:59 -04:00
Will Daly
4e118a080e
Updated docs to add a note about Chrome / ChromeDriver revisions.
2013-05-15 15:48:03 -04:00
Calen Pennington
9c2756b76b
Fix up documentation
2013-05-15 15:25:43 -04:00
Will Daly
1240c5ae92
Merge branch 'master' into feature/will/ci-lettuce-tests
2013-05-15 11:40:54 -04:00
Will Daly
baec80ed07
Updated documentation with note about running acceptance tests
...
in parallel.
Updated docs to say we target Chrome.
2013-05-15 10:38:04 -04:00
Vasyl Nakvasiuk
92476ecacd
add docs note about possible values for boolean type
2013-05-15 11:42:43 +03:00
Vasyl Nakvasiuk
d86dab9a3a
word cloud: add more docs about display_student_percents options
2013-05-15 11:42:43 +03:00
Will Daly
72a42413e2
Fixed database to work on Jenkins (now stored in test_root),
...
moved syncdb/migration steps into the rake test_acceptance commands
and updated the documentation.
2013-05-14 10:33:25 -04:00
Will Daly
d1e35b14bb
Merge branch 'master' into feature/will/ci-lettuce-tests
2013-05-13 14:08:06 -04:00
Vasyl Nakvasiuk
29e9ff2c0b
fix word_cloud.rst typo
2013-05-13 14:44:10 +03:00
Anto Stupak
116b07df6d
word cloud: return percents. Attribute name is changed
2013-05-13 14:44:09 +03:00
Anto Stupak
9006fd2b77
word cloud: return percents. Additional attribute description is added into doc file
2013-05-13 14:44:08 +03:00
Vasyl Nakvasiuk
eb6eb9aa82
word cloud: fix tag in xml pub docs
2013-05-13 14:44:07 +03:00
Vasyl Nakvasiuk
d414196985
add word cloud screenshots for xml docs
2013-05-13 14:44:06 +03:00
Vasyl Nakvasiuk
b4be6a9b6b
add Word Cloud to public and develop docs
2013-05-13 14:44:04 +03:00
Will Daly
6b0394172d
Changed test_acceptance to test_acceptance_lms and test_acceptance_cms
...
Updated testing docs to reflect changes to the rake file
Added option to pass arguments (including --pdb) to rake test_acceptance
Updated readme
2013-05-10 16:50:00 -04:00
Ned Batchelder
03470fc48e
Add a mention of create-dev-env.sh
2013-05-06 10:29:26 -04:00
ichuang
a307696d67
more showanswer possibilities -> doc
2013-04-23 16:15:46 -04:00
ichuang
bcce41078b
add more documentation about showanswer policy key
2013-04-23 16:12:49 -04:00
Will Daly
2629fc71d6
Added troubleshooting tip for jasmine tests (bundle install)
...
Updated jasmine rake documentation to reflect changes Cale made
2013-04-19 12:41:10 -04:00
Will Daly
3f47e2c29d
Added explanation of testing pyramid
2013-04-19 11:01:42 -04:00
Will Daly
e0fb13a26e
Resized test pyramid image
...
Fixed mistake in pip install snippet
2013-04-19 10:52:15 -04:00
Will Daly
85ea5f7367
Updated testing documentation
2013-04-19 10:29:58 -04:00
Calen Pennington
73f5dc1cf5
Add documentation of the setup.cfg flag for pdb
2013-04-17 12:26:52 -04:00
Brian Wilson
2d9deaf38c
remove code for supporting anchor_id on html textbooks, since it doesn't work
2013-04-12 11:53:06 -04:00
Brian Wilson
123cfa333f
add documentation for HTML textbook
2013-04-11 16:42:14 -04:00
Victor Shnayder
b0356e32b2
Merge pull request #1589 from MITx/peter/symbolic
...
Added support for superscripts in variables
2013-03-27 10:40:50 -07:00
David Ormsbee
5863ba5ac4
Merge pull request #1686 from MITx/feature/vaxxxa/docs-poll-conditional-xml
...
Feature/vaxxxa/docs poll conditional xml
2013-03-22 13:30:47 -07:00
Victor Shnayder
3f18e5c3d7
In sign up form, merge PhD-science and PhD-other, add Associate's degree
...
Includes corresponding documentation changes.
Per request from Harvard: LH #276
2013-03-21 17:23:46 -04:00
Vasyl Nakvasiuk
9e7258d887
fix rakefile, fix docs
2013-03-19 12:38:08 +02:00
Vasyl Nakvasiuk
be27dfd500
poll_module.rst done
2013-03-18 16:30:29 +02:00
Vasyl Nakvasiuk
63ecc64d82
conditional_module.rst done
2013-03-18 16:13:44 +02:00
Vasyl Nakvasiuk
911c384527
remove old xml docs, add rake buildpubdocs, showpubdocs, pubdoc
2013-03-18 15:53:07 +02:00