-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproj04.ok
43 lines (43 loc) · 774 Bytes
/
proj04.ok
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
{
"name": "Project 4: Scheme Interpreter",
"endpoint": "cal/cs61a/fa23/proj04",
"src": [
"scheme_eval_apply.py",
"scheme_forms.py",
"scheme_classes.py",
"questions.scm"
],
"tests": {
"tests/*.py": "ok_test",
"tests.scm": "scheme_test"
},
"default_tests": [
"eval_apply",
"01",
"02",
"03",
"04",
"05",
"06",
"07",
"08",
"09",
"10",
"11",
"12",
"13",
"14",
"tests.scm",
"15",
"16"
],
"protocols": [
"restore",
"file_contents",
"unlock",
"grading",
"analytics",
"collaborate",
"backup"
]
}