Skip to content

Commit 9d1e742

Browse files
clean up project root directory - remove temporary files and move scripts to proper folders
1 parent 83d497d commit 9d1e742

File tree

13 files changed

+12
-1487
lines changed

13 files changed

+12
-1487
lines changed

experimental/SMUS-CICD-pipeline-cli/.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,3 +144,9 @@ config.local.yaml
144144
# Bundle files
145145
bundles/
146146
*.zip
147+
148+
# Temporary files and scripts
149+
q-tasks.txt
150+
create_pdf*.py
151+
cleanup.py
152+
code-assist-script.md

experimental/SMUS-CICD-pipeline-cli/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -268,22 +268,22 @@ The project includes comprehensive unit and integration tests with coverage anal
268268

269269
```bash
270270
# Run all tests with coverage
271-
python run_tests.py
271+
python scripts/run_tests.py
272272

273273
# Run only unit tests
274-
python run_tests.py --type unit
274+
python scripts/run_tests.py --type unit
275275

276276
# Run only integration tests
277-
python run_tests.py --type integration
277+
python scripts/run_tests.py --type integration
278278

279279
# Run tests with HTML coverage report
280-
python run_tests.py --html-report
280+
python scripts/run_tests.py --html-report
281281

282282
# Skip slow tests (useful for CI)
283-
python run_tests.py --skip-slow
283+
python scripts/run_tests.py --skip-slow
284284

285285
# Run without coverage (faster)
286-
python run_tests.py --no-coverage
286+
python scripts/run_tests.py --no-coverage
287287
```
288288

289289
### Direct pytest Commands

experimental/SMUS-CICD-pipeline-cli/cleanup.py

Lines changed: 0 additions & 31 deletions
This file was deleted.

experimental/SMUS-CICD-pipeline-cli/code-assist-script.md

Lines changed: 0 additions & 149 deletions
This file was deleted.

0 commit comments

Comments
 (0)