This repository was archived by the owner on Apr 7, 2026. It is now read-only.
Commit 125aa6c
committed
fix: Fix test paths to use correct template directory structure
- Fix test_required_template_files to use correct source directory path
- Fix test_cli_options_consistency to use correct CLI template path
- Change from src/{{cookiecutter.project_slug}} to src/{{cookiecutter.project_slug.replace('-', '_')}}
- Tests now correctly locate template files in the actual directory structure
- Resolves CI failures on Ubuntu where tests couldn't find template files1 parent c46ee6e commit 125aa6c
2 files changed
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
145 | | - | |
146 | | - | |
147 | | - | |
148 | | - | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
141 | | - | |
| 141 | + | |
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
| |||
0 commit comments