Commit b777b93
authored
Add test-one Makefile target for running individual tests (#109)
`make test-one t=TestName` runs a single test by name using
ponytest's --only flag. Useful for faster iteration when
debugging or developing a specific test.1 parent 2351dea commit b777b93
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
54 | 57 | | |
55 | 58 | | |
56 | 59 | | |
| |||
84 | 87 | | |
85 | 88 | | |
86 | 89 | | |
87 | | - | |
| 90 | + | |
0 commit comments