|
6 | 6 | },
|
7 | 7 | "config": {
|
8 | 8 | "testRunner": {
|
9 |
| -"command":"python", |
| 9 | +"command":"python3 tests/math_test.py", |
10 | 10 | "args": {
|
11 | 11 | "tap":"-m tap.py"
|
12 | 12 | },
|
13 |
| -"directory":"coderoad-starter", |
14 | 13 | "setup": {
|
15 | 14 | "commands": [
|
16 |
| -"python3 -m venv tutorial-env", |
17 |
| -"source tutorial-env/bin/activate", |
18 |
| -"pip install requirements.txt" |
| 15 | +"mkdir newfoldertotest", |
| 16 | +"pip3 install -r requirements.txt" |
19 | 17 | ],
|
20 | 18 | "commits": [
|
21 |
| -"124dc3ecb8b9d9e1a152ad6152aa1e143c62b175" |
| 19 | +"b71226436aea9854a0bd5f5984d9cb549a513471" |
22 | 20 | ]
|
23 |
| - } |
24 |
| - }, |
25 |
| -"appVersions": { |
26 |
| -"vscode":">=0.7.2" |
| 21 | + }, |
| 22 | +"directory":"coderoad-starter" |
27 | 23 | },
|
28 | 24 | "repo": {
|
29 | 25 | "uri":"https://github.com/beaucarnes/coderoad-python-test",
|
30 | 26 | "branch":"v0.1.0"
|
31 |
| - }, |
32 |
| -"dependencies": [] |
| 27 | + } |
33 | 28 | },
|
34 | 29 | "levels": [
|
35 | 30 | {
|
|
40 | 35 | "setup": {
|
41 | 36 | "subtasks":false,
|
42 | 37 | "commits": [
|
43 |
| -"cf32cb0f46c53fbfe04ecd436d163336ffe7d42c" |
| 38 | +"0a5bae6d99d13042a448d67f7e6910bd0a75cd9c" |
44 | 39 | ]
|
45 | 40 | },
|
46 | 41 | "solution": {
|
47 | 42 | "commits": [
|
48 |
| -"96d2ca15de2e4235e0b02033af0f1376d03f0ea2" |
| 43 | +"2ead3294f7f42f240b871616709e1ea45e2cd169" |
49 | 44 | ]
|
50 | 45 | },
|
51 | 46 | "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."
|
|