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

feat(test_harness): Add opts to test_harness.test_file #529

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

wookayin
Copy link
Contributor

PROBLEM:
There was no way to configure opts (such as init, minimal, etc.) for
running a single file test (test_harness.test_file(file)).

SOLUTION:
Add opts parameter.

PROBLEM:
There was no way to configure opts (such as init, minimal, etc.) for
running a single file test (`test_harness.test_file(file)`).

SOLUTION:
Add `opts` parameter.
@wookayin
Copy link
Contributor Author

Should I also change the vim command to parse the opts string like in PlenaryBustedDirectory?

@Conni2461
Copy link
Collaborator

Should I also change the vim command to parse the opts string like in PlenaryBustedDirectory?

yeah i think that would be handy

@cameronr
Copy link

cameronr commented Jul 31, 2024

I just spent some time rediscovering that PlenaryBustedFile doesn't pass opts. Any chance this could get merged?

Edit: actually, i see a bit more is involve in making this work from the command line. I'll submit my own PR

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.

3 participants