Skip to content

Commit 97a19a3

Browse files
committed
fix: remove duplicate test_all_solutions.py and sync VIRTUAL_ENV_SETUP.md
- Delete .dev/tests/test_all_solutions.py (duplicate of tests_solutions/) - Update VIRTUAL_ENV_SETUP.md to include MkDocs packages in requirements section - Verify README.md and TESTING.md documentation accuracy
1 parent ffd1334 commit 97a19a3

File tree

2 files changed

+6
-312
lines changed

2 files changed

+6
-312
lines changed

.dev/VIRTUAL_ENV_SETUP.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,12 @@ pytest-cov>=4.1.0 # Coverage reporting
243243
244244
# Optional packages (for complexity estimation):
245245
big-O>=0.10.0 # Time complexity estimation
246+
247+
# Documentation generation (MkDocs):
248+
mkdocs>=1.6.0 # MkDocs static site generator
249+
mkdocs-material>=9.5.0 # Material theme for MkDocs
250+
mkdocs-minify-plugin>=0.7.0 # Minify HTML output
251+
mkdocs-include-markdown-plugin>=7.0.0 # Include markdown files
246252
```
247253

248254
---

.dev/tests/test_all_solutions.py

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

0 commit comments

Comments
 (0)