Skip to content

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

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

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

Conversation

@SeanTAllen
Copy link
Copy Markdown
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 b777b93 into main Mar 14, 2026
10 checks passed
@SeanTAllen SeanTAllen deleted the add-test-one-target branch March 14, 2026 11:19
@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