- Apr 08, 2014
-
-
Valera Rozuvan authored
-
- Apr 03, 2014
-
-
Adam Palay authored
-
- Feb 05, 2014
-
-
Will Daly authored
-
- Feb 04, 2014
-
-
Will Daly authored
Add section headings to test console output i18n tests generate XUnit reports Move i18n and docs test commands out of tests.rake
-
- Feb 03, 2014
-
-
Will Daly authored
-
- Jan 29, 2014
-
-
Calen Pennington authored
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]
-
- Jan 27, 2014
-
-
Sarina Canelake authored
LMS-1963
-
- Dec 20, 2013
-
-
Calen Pennington authored
[LMS-1614]
-
- Dec 10, 2013
-
-
Calen Pennington authored
-
- Oct 03, 2013
-
-
Will Daly authored
-
- Sep 27, 2013
-
-
Calen Pennington authored
-
- Sep 24, 2013
-
-
Jay Zoldak authored
Refactor rake tasks for acceptance tests Address PR comments
-
- Sep 18, 2013
-
-
Jay Zoldak authored
-
Will Daly authored
-
Calen Pennington authored
-
- Sep 04, 2013
- Sep 02, 2013
-
-
Will Daly authored
-
- Aug 27, 2013
-
-
Calen Pennington authored
-
Will Daly authored
-
- Aug 26, 2013
-
-
Sarina Canelake authored
-
- Aug 06, 2013
-
-
Julian Arni authored
-
- Aug 02, 2013
-
-
Julian Arni authored
-
- Jul 23, 2013
-
-
Sarina Canelake authored
-
- Jul 10, 2013
-
-
JonahStanley authored
This explains why acceptance_static is used
-
JonahStanley authored
Acceptance_static is used to prevent collect static from using a seed test.py had its seed removed due to redundancy
-
- Jun 27, 2013
-
-
Will Daly authored
This allows the build to pass in Jenkins
-
Calen Pennington authored
-
Will Daly authored
This allows the build to pass in Jenkins
-
- Jun 21, 2013
-
-
JonahStanley authored
-
Will Daly authored
directory is created before it is cleaned.
-
- Jun 20, 2013
-
-
Will Daly authored
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.
-
Calen Pennington authored
Rake by default imports all .rake files in the rakelib dir, so we can use that rather than doing our own import loop.
-
Alexander Kryklia authored
-
Alexander Kryklia authored
-
- Jun 05, 2013
-
-
Will Daly authored
Removed cleaning of reports folders, since this was interferring with coverage reports generated sequentially by rake test.
-
Calen Pennington authored
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.
-
- Jun 04, 2013