Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita482f0a

Browse files
committed
update yaml
1 parent447c06c commita482f0a

File tree

2 files changed

+10
-15
lines changed

2 files changed

+10
-15
lines changed

‎coderoad.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ config:
88
commands:
99
-mkdir newfoldertotest
1010
-pip3 install -r requirements.txt
11-
directory:coderoad-starter
11+
directory:coderoad
1212
repo:
1313
uri:https://github.com/beaucarnes/coderoad-python-test
1414
branch:v0.1.0

‎tutorial.json

Lines changed: 9 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,30 +6,25 @@
66
},
77
"config": {
88
"testRunner": {
9-
"command":"python",
9+
"command":"python3 tests/math_test.py",
1010
"args": {
1111
"tap":"-m tap.py"
1212
},
13-
"directory":"coderoad-starter",
1413
"setup": {
1514
"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"
1917
],
2018
"commits": [
21-
"124dc3ecb8b9d9e1a152ad6152aa1e143c62b175"
19+
"b71226436aea9854a0bd5f5984d9cb549a513471"
2220
]
23-
}
24-
},
25-
"appVersions": {
26-
"vscode":">=0.7.2"
21+
},
22+
"directory":"coderoad-starter"
2723
},
2824
"repo": {
2925
"uri":"https://github.com/beaucarnes/coderoad-python-test",
3026
"branch":"v0.1.0"
31-
},
32-
"dependencies": []
27+
}
3328
},
3429
"levels": [
3530
{
@@ -40,12 +35,12 @@
4035
"setup": {
4136
"subtasks":false,
4237
"commits": [
43-
"cf32cb0f46c53fbfe04ecd436d163336ffe7d42c"
38+
"0a5bae6d99d13042a448d67f7e6910bd0a75cd9c"
4439
]
4540
},
4641
"solution": {
4742
"commits": [
48-
"96d2ca15de2e4235e0b02033af0f1376d03f0ea2"
43+
"2ead3294f7f42f240b871616709e1ea45e2cd169"
4944
]
5045
},
5146
"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)

[8]ページ先頭

©2009-2025 Movatter.jp