We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d2adb5 commit 08f71aaCopy full SHA for 08f71aa
1 file changed
README.md
@@ -103,19 +103,6 @@ The project includes comprehensive tests for:
103
- **Codegen integration**: End-to-end workflows
104
- **Edge cases**: None handling, conflicts, deep nesting
105
106
-Run specific test suites:
107
-
108
-```bash
109
-# Core functionality
110
-pytest tests/test_core.py -v
111
112
-# Go generator
113
-pytest tests/test_go_generator.py -v
114
115
-# Python generator
116
-pytest tests/test_python_generator.py -v
117
-```
118
119
---
120
121
## CLI Usage
0 commit comments