We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8426eb commit d1e3683Copy full SHA for d1e3683
.gitignore
@@ -3,6 +3,7 @@ docs/build/
3
.idea
4
__pycache__
5
venv*
6
+.venv
7
tests/output
8
ibm-ibm_zos_cics-*.tar.gz
9
tests/integration/targets/cics_cmci/cmci-variables.yml
.vscode/launch.json
@@ -0,0 +1,17 @@
1
+{
2
+ // Use IntelliSense to learn about possible attributes.
+ // Hover to view descriptions of existing attributes.
+ // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
+ "version": "0.2.0",
+ "configurations": [
+ {
+ "name": "ansible-test",
+ "type": "python",
10
+ "request": "launch",
11
+ "program": ".venv/bin/ansible-test",
12
+ "console": "integratedTerminal",
13
+ "justMyCode": true,
14
+ "args": ["integration", "cics_cmci"]
15
+ }
16
+ ]
17
+}
0 commit comments