-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathAssignments.json
65 lines (63 loc) · 3.26 KB
/
Assignments.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"baseDir": "/home/matt/src/DH20199/",
"git": {
"basename": "assignment-00-git-and-github",
"upstream": "[email protected]:DigitalHistory/2019-assignment-00-clean.git",
"cloneAs" : "00-git-marking",
"devDir" : "/home/matt/DH/Assignments/00-git/",
"deadline": "2019-09-17",
"mainTests": "MARKING=instructor node node_modules/mocha/bin/mocha -t 0 --reporter mochawesome --grep \"Reflection\" --invert --reporter-options reportDir=TestResults,reportFilename=testresults test/test.js",
"reflectionTests": "MARKING=instructor node node_modules/mocha/bin/mocha -t 0 --reporter mochawesome --grep \"Reflection\" --reporter-options reportDir=TestResults,reportFilename=testresults test/test.js",
"allTests": "MARKING=instructor node node_modules/mocha/bin/mocha -t 0 --reporter mochawesome --reporter-options reportDir=TestResults,reportFilename=testresults test/test.js",
"teacherCommit": ""
},
"html": {
"basename": "01-blog",
"cloneAs" : "01-blog-marking",
"deadline": "2019-09-26",
"upstream": "[email protected]:DigitalHistory/assignment-01-html-css.git",
"mainTests": "mocha test -t 0 test/test.js --grep \"Reflection\" --invert",
"reflectionTests": "mocha test -t 0 test/test.js --grep \"Reflection\"",
"teacherCommit": "b430c3fb479420499583555911fcfc13a49527eb"
},
"js": {
"basename": "assignment-02-javascript-variables-loops-conditions",
"cloneAs" : "02-loops-conds-marking",
"deadline": "2019-10-14",
"upstream": "[email protected]:DigitalHistory/assignment-02-javascript.git",
"mainTests": "MARKING=instructor node node_modules/mocha/bin/mocha -t 0 --reporter mochawesome --grep \"Reflection\" --invert --reporter-options reportDir=TestResults,reportFilename=testresults test/test.js",
"reflectionTests": "MARKING=instructor node node_modules/mocha/bin/mocha -t 0 --reporter mochawesome --grep \"Reflection\" --reporter-options reportDir=TestResults,reportFilename=testresults test/test.js",
"allTests": "MARKING=instructor node node_modules/mocha/bin/mocha -t 0 --reporter mochawesome --reporter-options reportDir=TestResults,reportFilename=testresults test/test.js",
"teacherCommit": "0b955269775236a9e48cd0208a9cd8d5ef485e7c"
},
"js2": {
"basename": "03-dom-data",
"cloneAs" : "03-dom-data",
"deadline": "2018-10-26",
"devDir" : "/home/matt/DH/Assignments/03-json-to-table/",
"upstream": "[email protected]:DigitalHistory/03-js-dom.git",
"mainTests": "mocha test -t 0 test/test-git.js test/test-pt2.js ",
"reflectionTests": "mocha test -t 0 test/test-pt3.js",
"teacherCommit": "7a5ccc938221e93ff814c774859f6c04b69eeac0"
},
"at": {
"basename": "advanced-topics",
"cloneAs": "advanced-topics",
"deadline": "2019-03-18",
"devDir" : "/home/matt/DH/Assignments/advanced-topics/",
"upstream": "[email protected]:DigitalHistory/advanced-topics.git",
"mainTests": "npm test ",
"reflectionTests": "",
"teacherCommit": "93b4e56cc9e573cd14bec07891029c3516497bb1"
},
"oh": {
"basename": "advanced-topics",
"deadline": "2018-03-31",
"teacherCommit": "878a35b233f4711d4828dad7d0d055fb6c451da0"
},
"proposal": {
"basename": "advanced-topics",
"deadline": "2018-04-10",
"teacherCommit": "878a35b233f4711d4828dad7d0d055fb6c451da0"
}
}