- 31 Aug, 2015 1 commit
-
-
I want to make clear that these tests rely on XBlocks in other repos, and that ideally in time we would move these tests into the XBlock repo.
Ned Batchelder committed
-
- 27 Aug, 2015 1 commit
-
-
The old line: from path import path produced pylint errors because of the baroque way that path.py defined "path". We tried to get them to change how they defined it, but they deleted the name instead: https://github.com/jaraco/path.py/issues/102 (Jason then changed his mind, but this is a better way to use path.py, it avoids the pylint error at least.)
Ned Batchelder committed
-
- 13 Jul, 2015 2 commits
-
-
Sarina Canelake committed
-
Sarina Canelake committed
-
- 01 Jul, 2015 2 commits
-
-
Andy Armstrong committed
-
Christine Lytwynec committed
-
- 25 Jun, 2015 1 commit
-
-
TNL-2465
Andy Armstrong committed
-
- 15 Jun, 2015 1 commit
-
-
cahrens committed
-
- 22 May, 2015 1 commit
-
-
This reverts commit 4312c0e7.
Ben Patterson committed
-
- 20 May, 2015 2 commits
-
-
Calen Pennington committed
-
Christine Lytwynec committed
-
- 06 May, 2015 1 commit
-
-
This would allow a user to set up and run servers, with an open prompt for killing them. Likewise a user could open a different terminal session and run tests only. How-to: * At a terminal/ssh session, start bok-choy servers with `paver test_bokchoy --serversonly` (or, if you've already run collectstatic on your system: `paver test_bokchoy --serversonly --fasttest`) * When the above is running, you can now open a separate terminal/ssh session and run: `paver test_bokchoy -t my_tests --testsonly` Keep in mind, the 'testsonly' flag does no setup. There is some minimal teardown; however, such as clearing mongo and flushing the lms database. (Some tests have non-unique identifiers and could not be run more than once.)
Ben Patterson committed
-
- 04 May, 2015 2 commits
-
-
This reverts commit 52c4aaca.
Christine Lytwynec committed -
Christine Lytwynec committed
-
- 30 Apr, 2015 1 commit
-
-
If you have a branch named "remove-all-.pyc", the original code would clobber it inside the .git directory, because branches become files with the same name. This prevents find from looking in .git, saving your precious oddly named branches.
Ned Batchelder committed
-
- 28 Apr, 2015 1 commit
-
-
Christine Lytwynec committed
-
- 22 Apr, 2015 2 commits
-
-
Jim Abramson committed
-
David Baumgold committed
-
- 16 Apr, 2015 1 commit
-
-
This allows developers to pass the `--pdb` flag to paver test commands, and that flag will be proxied to the `nosetests` command. It's useful for debugging purposes.
David Baumgold committed
-
- 08 Apr, 2015 1 commit
-
-
Jesse Zoldak committed
-
- 16 Mar, 2015 1 commit
-
-
Christine Lytwynec committed
-
- 03 Mar, 2015 1 commit
-
-
Christine Lytwynec committed
-
- 02 Mar, 2015 1 commit
-
-
This reverts commit 747756a9.
Ben Patterson committed
-
- 27 Feb, 2015 2 commits
- 24 Feb, 2015 1 commit
-
-
Christine Lytwynec committed
-
- 06 Feb, 2015 1 commit
-
-
Christine Lytwynec committed
-
- 29 Jan, 2015 1 commit
-
-
Christine Lytwynec committed
-
- 28 Jan, 2015 1 commit
-
-
Christine Lytwynec committed
-
- 17 Jan, 2015 1 commit
-
-
Marco Re committed
-
- 16 Jan, 2015 1 commit
-
-
Matt Drayer committed
-
- 14 Jan, 2015 1 commit
-
-
Co-Authored-By: Jean-Michel Claus <jmc@edx.org> Co-Authored-By: Brian Talbot <btalbot@edx.org> Co-Authored-By: Tim Babych <tim@edx.org> Co-Authored-By: Oleg Marshev <oleg@edx.org> Co-Authored-By: Chris Rodriguez <crodriguez@edx.org>
polesye committed
-
- 31 Dec, 2014 2 commits
-
-
Ben Patterson committed
-
Ben Patterson committed
-
- 22 Dec, 2014 1 commit
-
-
Jesse Zoldak committed
-
- 18 Dec, 2014 2 commits
-
-
Don Mitchell committed
-
Calen Pennington committed
-
- 05 Dec, 2014 1 commit
-
-
TNL-649
Andy Armstrong committed
-
- 01 Dec, 2014 1 commit
-
-
This includes an upgrade to a newer version of js-test-tool that accepts an option to specify the port number.
Greg Price committed
-
- 11 Nov, 2014 1 commit
-
-
stv committed
-