Skip to content

Add test-one Makefile target for running individual tests#40

Merged
SeanTAllen merged 1 commit intomainfrom
add-test-one-target
Mar 14, 2026
Merged

Add test-one Makefile target for running individual tests#40
SeanTAllen merged 1 commit intomainfrom
add-test-one-target

Conversation

@SeanTAllen
Copy link
Member

Adds a test-one target that runs a single test by name using ponytest's --only flag:

make test-one t=TestName

Avoids full suite runs when iterating on a specific test during development or debugging.

`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.
@ponylang-main ponylang-main added the discuss during sync Should be discussed during an upcoming sync label Mar 14, 2026
@SeanTAllen SeanTAllen merged commit dceb439 into main Mar 14, 2026
10 checks passed
@SeanTAllen SeanTAllen deleted the add-test-one-target branch March 14, 2026 11:14
@ponylang-main ponylang-main removed the discuss during sync Should be discussed during an upcoming sync label Mar 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants