|
6 | 6 | },
|
7 | 7 | "config": {
|
8 | 8 | "testRunner": {
|
9 |
| -"command":"python3 tests/math_test.py", |
| 9 | +"command":"python3-m taptests/*_test.py", |
10 | 10 | "args": {
|
11 |
| -"tap":"-m tap.py" |
| 11 | +"tap":"" |
12 | 12 | },
|
13 | 13 | "setup": {
|
14 | 14 | "commands": [
|
15 |
| -"mkdir newfoldertotest", |
16 | 15 | "pip3 install -r requirements.txt"
|
17 | 16 | ],
|
18 | 17 | "commits": [
|
19 |
| -"b71226436aea9854a0bd5f5984d9cb549a513471" |
| 18 | +"36eba566e39d46c388f5ba78b48a6e7ba41b01c4" |
20 | 19 | ]
|
21 |
| - }, |
22 |
| -"directory":"coderoad-starter" |
| 20 | + } |
23 | 21 | },
|
24 | 22 | "repo": {
|
25 |
| -"uri":"https://github.com/beaucarnes/coderoad-python-test", |
26 |
| -"branch":"v0.1.0" |
| 23 | +"uri":"https://github.com/shmck/coderoad-python-test", |
| 24 | +"branch":"v0.1.1" |
27 | 25 | }
|
28 | 26 | },
|
29 | 27 | "levels": [
|
|
35 | 33 | "setup": {
|
36 | 34 | "subtasks":false,
|
37 | 35 | "commits": [
|
38 |
| -"0a5bae6d99d13042a448d67f7e6910bd0a75cd9c" |
| 36 | +"2e9f2fd92f0b7b8854e3d7bf47ae8c6787800066" |
39 | 37 | ]
|
40 | 38 | },
|
41 | 39 | "solution": {
|
42 | 40 | "commits": [
|
43 |
| -"2ead3294f7f42f240b871616709e1ea45e2cd169" |
| 41 | +"cdbe4321b9c88a0067de3f65279ab9fb54a225e2" |
44 | 42 | ]
|
45 | 43 | },
|
46 | 44 | "content":"Short description of the step's purpose. Should be short and fit in one line\n\n**Important**\n\n1. Both level and step ids must have an entry with the same id on the configuration file;\n2. Step Ids are based on its level id. Any step from level `L234` must start with `L234S`, followed by the sequential digits."
|
|