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

feature(make-exercise): support optional test options #137

Merged
merged 1 commit into from
Aug 1, 2024

Conversation

ajborla
Copy link
Member

@ajborla ajborla commented Aug 1, 2024

[no important files changed]
Previously, an exercise could only be tested by invoking:

bin/make-exercise test <exercise>

Now it is possible to pass test options such as:

 bin/make-exercise test <exercise> --json

Previously, an exercise could only be tested by invoking:

    bin/make-exercise test <exercise>

Now it is possible to pass test options such as:

     bin/make-exercise test <exercise> --json
@ajborla ajborla added enhancement x:action/improve Improve existing functionality/content x:type/coding Write code that is not student-facing content (e.g. test-runners, generators, but not exercises) x:rep/medium Medium amount of reputation x:size/medium Medium amount of work labels Aug 1, 2024
@ajborla ajborla self-assigned this Aug 1, 2024
@ajborla ajborla merged commit 7d64350 into exercism:main Aug 1, 2024
2 checks passed
@ajborla ajborla deleted the update_make-exercise_07 branch August 1, 2024 03:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement x:action/improve Improve existing functionality/content x:rep/medium Medium amount of reputation x:size/medium Medium amount of work x:type/coding Write code that is not student-facing content (e.g. test-runners, generators, but not exercises)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant