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

Make rake test run all tests under test/irb/ directory #794

Merged
merged 1 commit into from
Nov 29, 2023

Conversation

st0012
Copy link
Member

@st0012 st0012 commented Nov 28, 2023

I just found that the newly added tests under test/irb/cmd/ were not run with rake test.

I think rake test should run all tests under test/irb/ directory without the need to update it every time we add a subdirectory under it. While this means tests under test/irb/yamatanooroti will be run too, without the vterm gem installed they will be skipped anyway.

I think `rake test` should run all tests under `test/irb/` directory
without the need to update it every time we add a subdirectory under
it. While this means tests under `test/irb/yamatanooroti` will be run
too, without the vterm gem installed they will be skipped anyway.
@st0012 st0012 self-assigned this Nov 28, 2023
@st0012 st0012 requested review from amatsuda and a team and removed request for amatsuda November 28, 2023 20:27
@tompng tompng merged commit 1b60db3 into master Nov 29, 2023
43 of 47 checks passed
@tompng tompng deleted the update-rake-test branch November 29, 2023 15:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants