isse #9
Replies: 1 comment
|
Step 2 — Fork the repository On the repository page: Fork → Create fork Then clone your fork: git clone https://github.com/YOUR_USERNAME/python-code-health-analyzer.git Create a branch: git checkout -b test-edge-case-scan-targets Run the existing tests first: pytest Then inspect the project structure and find the existing tests related to scanning/CLI behavior. Don't blindly copy code from somewhere else. We want your PR to be a genuine contribution. Step 4 — Make the changes The issue requires tests covering: Empty directory The acceptance criteria also require checking: file count If everything passes: git add . On GitHub, you'll see Compare & pull request. Use a title like: test: cover empty and non-Python scan targets In the PR description, explain exactly what you tested and mention Issue #9. |
Uh oh!
There was an error while loading. Please reload this page.
I’d like to work on this issue. I’ll add focused tests for empty directories, directories containing only non-Python files, and direct non-Python file targets, while keeping the changes limited to the requested scope.
All reactions