forked from ese-msc/introduction-to-python
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlecture.ok
33 lines (33 loc) · 942 Bytes
/
lecture.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
{
"name": "Lecture 2",
"endpoint": "ese/ug218/su18/lecture2",
"src": [
"lecture.ipynb"
],
"tests": {
"okpy-tests/exercise-2_1.py": "ok_test",
"okpy-tests/exercise-2_2.py": "ok_test",
"okpy-tests/exercise-2_3.py": "ok_test",
"okpy-tests/exercise-2_4.py": "ok_test",
"okpy-tests/exercise-2_5.py": "ok_test",
"okpy-tests/exercise-2_6.py": "ok_test",
"okpy-tests/exercise-2_7.py": "ok_test",
"okpy-tests/exercise-2_8.py": "ok_test",
"okpy-tests/exercise-2_9.py": "ok_test",
"okpy-tests/exercise-2_10.py": "ok_test",
"okpy-tests/exercise-2_11.py": "ok_test",
"okpy-tests/exercise-2_12.py": "ok_test",
"okpy-tests/exercise-2_13.py": "ok_test"
},
"default_tests": [
],
"protocols": [
"restore",
"file_contents",
"analytics",
"lock",
"unlock",
"grading",
"backup"
]
}