@@ -12,72 +12,9 @@ config:
1212 repo :
1313 uri : https://github.com/beaucarnes/coderoad-python-test
1414 branch : v0.1.0
15- # dependencies:
16- # - name: node
17- # version: '>=10'
1815levels :
1916 - id : L1
2017 steps :
2118 - id : L1S1
2219 setup :
23- subtasks : false
24- # version: "0.1.0"
25- # ## Data used to configure and setup the tutorial
26- # ##
27- # config:
28- # ## Test runner setup.
29- # testRunner:
30- # ## The command called to run the test runner. For example "npm run test", or a path to the test runner binary. Required.
31- # command: python
32- # ## Standard arguments used by a given test runner
33- # args:
34- # ## The command arg used to convert test runner output to TAP format. See https://testanything.org/ for more. Required.
35- # tap: -m tap.py
36- # ## The directory where to run the test runner from. If not specified, tests will run from the root of the project. Optional.
37- # directory: coderoad-starter
38- # ## Commits to load to setup the test runner. Optional.
39- # ##
40- # setup:
41- # # - commit1
42- # # - commit2
43- # ## A list of commands to run to configure the tutorial
44- # commands:
45- # - python3 -m venv tutorial-env
46- # - source tutorial-env/bin/activate
47- # - pip install requirements.txt
48- # # - npm install
49- # ## App versions helps to ensure compatability with the Extension
50- # appVersions:
51- # ## Ensure compatability with a minimal VSCode CodeRoad version
52- # vscode: ">=0.7.2"
53- # ## Repo information to load code from
54- # ##
55- # repo:
56- # ## The uri path to the repo containing the code commits. Required.
57- # ##
58- # uri: "https://github.com/beaucarnes/coderoad-python-test"
59- # ## The branch on the repo uri that contains the code commits. Required.
60- # branch: "v0.1.0"
61-
62- # ## A list of tutorial dependencies to ensure the environment is setup for the tutorial. Optional.
63- # ## The dependencies will be checked by running `dependency.name` --version and comparing it to the version provided.
64- # ##
65- # dependencies:
66- # []
67- # ## The name of the dependency
68- # # - name: node
69- # # ## The version requirement. See https://github.com/npm/node-semver for options.
70- # # version: '>=10'
71-
72- # ## A level is made up of
73- # levels:
74- # - id: L1
75- # steps:
76- # ## Example 1: Opening files
77- # - id: L1S1
78- # ## Setup for the first task. Required.
79- # setup:
80- # ## Solution for the first task. Required.
81- # subtasks: false
82-
83-
20+ subtasks : false
0 commit comments