Add tests for the edit page for the toy course, and make sure that exporting to github sets up the git repo properly

This commit is contained in:
Calen Pennington
2012-07-16 15:55:10 -04:00
parent 39b59484a6
commit 6bf0e093bc
13 changed files with 277 additions and 120 deletions

View File

@@ -18,6 +18,7 @@ MODULESTORE = {
'host': 'localhost',
'db': 'xmodule',
'collection': 'modulestore',
'fs_root': GITHUB_REPO_ROOT,
}
}
}
@@ -31,35 +32,35 @@ DATABASES = {
REPOS = {
'edx4edx': {
'path': DATA_DIR / "edx4edx",
'path': "edx4edx",
'org': 'edx',
'course': 'edx4edx',
'branch': 'for_cms',
'origin': 'git@github.com:MITx/edx4edx.git',
},
'6002x-fall-2012': {
'path': DATA_DIR / '6002x-fall-2012',
'path': '6002x-fall-2012',
'org': 'mit.edu',
'course': '6.002x',
'branch': 'for_cms',
'origin': 'git@github.com:MITx/6002x-fall-2012.git',
},
'6.00x': {
'path': DATA_DIR / '6.00x',
'path': '6.00x',
'org': 'mit.edu',
'course': '6.00x',
'branch': 'for_cms',
'origin': 'git@github.com:MITx/6.00x.git',
},
'7.00x': {
'path': DATA_DIR / '7.00x',
'path': '7.00x',
'org': 'mit.edu',
'course': '7.00x',
'branch': 'for_cms',
'origin': 'git@github.com:MITx/7.00x.git',
},
'3.091x': {
'path': DATA_DIR / '3.091x',
'path': '3.091x',
'org': 'mit.edu',
'course': '3.091x',
'branch': 'for_cms',