Commit Graph

5 Commits

Author SHA1 Message Date
Jonah Stanley
b14553d867 Merge pull request #220 from edx/jonahstanley/make-units-parallel
Jonahstanley/make units parallel
2013-06-25 11:44:01 -07:00
JonahStanley
cb04f9f0b8 Moved port range to rake file 2013-06-21 08:51:44 -04:00
Will Daly
f109e5b01c Changed order of arguments to test tasks so that the report
directory is created before it is cleaned.
2013-06-21 08:02:23 -04:00
Will Daly
106e0aae01 Clean tests step now removes stale coverage report files.
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.
2013-06-20 16:08:18 -04:00
Calen Pennington
83af3e594f Use built-in rakelibdir feature
Rake by default imports all .rake files in the rakelib dir, so we can
use that rather than doing our own import loop.
2013-06-20 09:11:45 -04:00