File tree Expand file tree Collapse file tree 4 files changed +16
-5
lines changed Expand file tree Collapse file tree 4 files changed +16
-5
lines changed Original file line number Diff line number Diff line change 13
13
dest : .vscode/settings.json
14
14
- source : .vscode/extensions.json
15
15
dest : .vscode/extensions.json
16
- - source : .github/pull_request_template.md
17
- dest : .github/pull_request_template.md
18
16
- source : .github/workflows/add-to-project.yml
19
17
dest : .github/workflows/add-to-project.yml
20
18
repos : |
61
59
62
60
# Website repositories
63
61
- files :
62
+ - source : .github/pull_request_template.md
63
+ dest : .github/pull_request_template.md
64
64
- source : common/justfile/web
65
65
dest : justfile
66
66
- source : common/devcontainers/web.json
Original file line number Diff line number Diff line change 16
16
- name : Install Python (with cache for Poetry)
17
17
uses : actions/setup-python@v5
18
18
with :
19
- python-version : ' 3.11 '
19
+ python-version : ' 3.12 '
20
20
cache : ' poetry'
21
21
22
22
- name : Install dependencies with Poetry
Original file line number Diff line number Diff line change 14
14
"args" : [
15
15
" runserver"
16
16
]
17
+ },
18
+ {
19
+ "name" : " test-debugger" ,
20
+ "type" : " debugpy" ,
21
+ "request" : " launch" ,
22
+ "program" : " ${file}" ,
23
+ "purpose" : [
24
+ " debug-test"
25
+ ],
26
+ "console" : " integratedTerminal" ,
27
+ "justMyCode" : false
17
28
}
18
29
]
19
- }
30
+ }
Original file line number Diff line number Diff line change 38
38
],
39
39
"cSpell.language" : " en,en-GB" ,
40
40
"python.testing.pytestEnabled" : true ,
41
- "python.testing.pytestPath" : " poetry run pytest" ,
41
+ "python.testing.pytestPath" : " ${workspaceFolder}/.venv/bin/ pytest" ,
42
42
}
You can’t perform that action at this time.
0 commit comments