Files
edx-platform/common/test
Victor Shnayder 00d9ecd600 New policy organization:
* course roots live in roots/{url_name}.xml
   - one is linked from course.xml

* policies live in policies/url_name.json
  - loaded based on course url_name

* Updated to pass policy through into xml parsing, so it takes effect
  before descriptor constructors are called.

* Update toy test course to new structure, fix up tests
2012-08-16 11:41:19 -04:00
..
2012-08-16 11:41:19 -04:00

Common test infrastructure for LMS + CMS

data/ has some test course data.

Once the course validation is separated from django, we should have scripts here that checks that a course consists only of xml that we understand.