Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to run a specific doctest? #68

Open
lolbinarycat opened this issue Jul 30, 2024 · 1 comment
Open

how to run a specific doctest? #68

lolbinarycat opened this issue Jul 30, 2024 · 1 comment

Comments

@lolbinarycat
Copy link

having an easy way to run a specific doctest (or at least run only doctests in a specific file) would allow for faster iteration as you could retry just the test that failed.

@tgross35
Copy link

You can usually filter tests with ./x t library/std -- pattern, where pattern is part of the name of the test or the module. Does that help?

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

No branches or pull requests

2 participants