- 05 Feb, 2014 1 commit
-
-
Will Daly committed
-
- 04 Feb, 2014 1 commit
-
-
Add section headings to test console output i18n tests generate XUnit reports Move i18n and docs test commands out of tests.rake
Will Daly committed
-
- 03 Feb, 2014 1 commit
-
-
Will Daly committed
-
- 29 Jan, 2014 1 commit
-
-
ConfigurationModels can be managed using the admin site. They are append-only, and track the user who is making the change, and the time that the change was made. The configuration is stored in the database, and cached for performance. [LMS-1220]
Calen Pennington committed
-
- 27 Jan, 2014 1 commit
-
-
LMS-1963
Sarina Canelake committed
-
- 20 Dec, 2013 1 commit
-
-
[LMS-1614]
Calen Pennington committed
-
- 10 Dec, 2013 1 commit
-
-
Calen Pennington committed
-
- 03 Oct, 2013 1 commit
-
-
Will Daly committed
-
- 27 Sep, 2013 1 commit
-
-
Calen Pennington committed
-
- 24 Sep, 2013 1 commit
-
-
Refactor rake tasks for acceptance tests Address PR comments
Jay Zoldak committed
-
- 18 Sep, 2013 3 commits
-
-
Jay Zoldak committed
-
Will Daly committed
-
Calen Pennington committed
-
- 04 Sep, 2013 2 commits
- 02 Sep, 2013 1 commit
-
-
Will Daly committed
-
- 27 Aug, 2013 2 commits
-
-
Calen Pennington committed
-
Will Daly committed
-
- 26 Aug, 2013 1 commit
-
-
Sarina Canelake committed
-
- 06 Aug, 2013 1 commit
-
-
Julian Arni committed
-
- 02 Aug, 2013 1 commit
-
-
Julian Arni committed
-
- 23 Jul, 2013 1 commit
-
-
Sarina Canelake committed
-
- 10 Jul, 2013 2 commits
-
-
This explains why acceptance_static is used
JonahStanley committed -
Acceptance_static is used to prevent collect static from using a seed test.py had its seed removed due to redundancy
JonahStanley committed
-
- 27 Jun, 2013 3 commits
-
-
This allows the build to pass in Jenkins
Will Daly committed -
Calen Pennington committed
-
This allows the build to pass in Jenkins
Will Daly committed
-
- 21 Jun, 2013 2 commits
-
-
JonahStanley committed
-
directory is created before it is cleaned.
Will Daly committed
-
- 20 Jun, 2013 4 commits
-
-
Added test cleaning to fasttest_* instead of test_*, so that it always gets executed for lms and cms tests. Added comment to `directory` command for tests.rake Separated cleaning of test fixtures from cleaning of reports directory to resolve conflicts with collectstatic.
Will Daly committed -
Rake by default imports all .rake files in the rakelib dir, so we can use that rather than doing our own import loop.
Calen Pennington committed -
Alexander Kryklia committed
-
Alexander Kryklia committed
-
- 05 Jun, 2013 2 commits
-
-
Removed cleaning of reports folders, since this was interferring with coverage reports generated sequentially by rake test.
Will Daly committed -
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.
Calen Pennington committed
-
- 04 Jun, 2013 3 commits
- 03 Jun, 2013 2 commits