-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproj02.ok
43 lines (43 loc) · 900 Bytes
/
proj02.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 2: Cats",
"endpoint": "cal/cs61a/su20/proj02",
"src": [
"utils.py",
"cats.py"
],
"default_tests": [
"01",
"02",
"03",
"04",
"05",
"06",
"07",
"08",
"09",
"10"
],
"tests": {
"tests/01.py": "ok_test",
"tests/02.py": "ok_test",
"tests/03.py": "ok_test",
"tests/04.py": "ok_test",
"tests/05.py": "ok_test",
"tests/06.py": "ok_test",
"tests/07.py": "ok_test",
"tests/08.py": "ok_test",
"tests/09.py": "ok_test",
"tests/10.py": "ok_test",
"tests/EC1.py": "ok_test",
"tests/EC2.py": "ok_test"
},
"protocols": [
"restore",
"file_contents",
"unlock",
"grading",
"analytics",
"collaborate",
"backup"
]
}