Skip to content

Commit b5ce519

Browse files
committed
More
1 parent 69680c5 commit b5ce519

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.cursor/rules/python-template.mdc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ task lint # Check code quality
4141
## Template Testing
4242

4343
```bash
44-
uvx --with gitpython cookiecutter . # Generate project
45-
pytest tests/ # Test template
44+
uvx --with gitpython cookiecutter . --no-input # Generate a default project
45+
cd $(ls -td * | head -1)
46+
task init test # Test the template
4647
```

0 commit comments

Comments
 (0)