diff --git a/common/test/README.md b/common/test/README.md new file mode 100644 index 0000000000..07c49f7d92 --- /dev/null +++ b/common/test/README.md @@ -0,0 +1,6 @@ +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. diff --git a/common/test/data/full/README.md b/common/test/data/full/README.md new file mode 100644 index 0000000000..812ca471ce --- /dev/null +++ b/common/test/data/full/README.md @@ -0,0 +1 @@ +This is a realistic course, with many different module types and a lot of structure. It is based on 6.002x. diff --git a/common/test/data/simple/README.md b/common/test/data/simple/README.md new file mode 100644 index 0000000000..69ff6b4ed0 --- /dev/null +++ b/common/test/data/simple/README.md @@ -0,0 +1,2 @@ +This is a simple, but non-trivial, course using multiple module types and some nested structure. + diff --git a/common/test/data/toy/README.md b/common/test/data/toy/README.md new file mode 100644 index 0000000000..59ab392ed3 --- /dev/null +++ b/common/test/data/toy/README.md @@ -0,0 +1 @@ +This is a very very simple course, useful for initial debugging of processing code. diff --git a/common/test/data/toy/toy_course.xml b/common/test/data/toy/toy_course.xml new file mode 100644 index 0000000000..ecac9a4776 --- /dev/null +++ b/common/test/data/toy/toy_course.xml @@ -0,0 +1,11 @@ + + +
+
+
+ +
+
+