Skip to content

Commit 317cc34

Browse files
Scrub documentation (#116)
1 parent fe1b961 commit 317cc34

File tree

4 files changed

+110
-313
lines changed

4 files changed

+110
-313
lines changed

.github/python.instructions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ applyTo: '**/*.py'
5959
- Add or update pytest unit tests when changing behavior.
6060
- Prefer focused tests for the code being changed.
6161
- Avoid tests that require live Azure access; mock Azure CLI interactions and `azure_resources` helpers.
62+
- Abstract and consolidate common test overhead into the `test_helpers.py` file.
6263

6364
## Azure Helper Imports
6465

.vscode/settings.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@
2222
},
2323
"editor.formatOnSave": true
2424
},
25-
25+
"[markdown]": {
26+
"files.trimTrailingWhitespace": false
27+
},
2628
"terminal.integrated.defaultProfile.windows": "PowerShell",
2729
"plantuml.render": "Local",
2830
"plantuml.exportFormat": "svg",

0 commit comments

Comments
 (0)