8000 no venv attempt · ShMcK/coderoad-python-test@82f3b34 · GitHub
[go: up one dir, main page]

Skip to content

Commit 82f3b34

Browse files
committed
no venv attempt
1 parent a482f0a commit 82f3b34

File tree

2 files changed

+12
-16
lines changed

2 files changed

+12
-16
lines changed

coderoad.yaml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
11
version: '0.1.0'
22
config:
33
testRunner:
4-
command: python3 tests/math_test.py
4+
command: python3 -m tap tests/*_test.py
55
args:
6-
tap: -m tap.py
6+
tap: ''
77
setup:
88
commands:
9-
- mkdir newfoldertotest
109
- pip3 install -r requirements.txt
11-
directory: coderoad
1210
repo:
13-
uri: https://github.com/beaucarnes/coderoad-python-test
14-
branch: v0.1.0
11+
uri: https://github.com/shmck/coderoad-python-test
12+
branch: v0.1.1
1513
levels:
1614
- id: L1
1715
steps:

tutorial.json

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,24 +6,22 @@
66
},
77
"config": {
88
"testRunner": {
9-
"command": "python3 tests/math_test.py",
9+
"command": "python3 -m tap tests/*_test.py",
1010
"args": {
11-
"tap": "-m tap.py"
11+
"tap": ""
1212
},
1313
"setup": {
1414
"commands": [
15-
"mkdir newfoldertotest",
1615
"pip3 install -r requirements.txt"
1716
],
1817
"commits": [
19-
"b71226436aea9854a0bd5f5984d9cb549a513471"
18+
"36eba566e39d46c388f5ba78b48a6e7ba41b01c4"
2019
]
21-
},
22-
"directory": "coderoad-starter"
20+
}
2321
},
2422
"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"
2725
}
2826
},
2927
"levels": [
@@ -35,12 +33,12 @@
3533
"setup": {
3634
"subtasks": false,
3735
"commits": [
38-
"0a5bae6d99d13042a448d67f7e6910bd0a75cd9c"
36+
"2e9f2fd92f0b7b8854e3d7bf47ae8c6787800066"
3937
]
4038
},
4139
"solution": {
4240
"commits": [
43-
"2ead3294f7f42f240b871616709e1ea45e2cd169"
41+
"cdbe4321b9c88a0067de3f65279ab9fb54a225e2"
4442
]
4543
},
4644
"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."

0 commit comments

Comments
 (0)
0