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

Run default test folder if no arguments passed #809

Merged
merged 3 commits into from Mar 25, 2021

Conversation

deivid-rodriguez
Copy link
Contributor

Sometimes, since I'm used to how rspec works, I run parallel_rspec and I expect it to run all specs.

However, it currently gives the error:

Pass files or folders to run

This PR proposes to make it work like other test runners, and run all tests by default.

Checklist

  • Feature branch is up-to-date with master (if not - rebase it).
  • Added tests.
  • Added an entry to the Changelog if the new
    code introduces user-observable changes.
  • Update Readme.md when cli options are changed

lib/parallel_tests/cli.rb Outdated Show resolved Hide resolved
lib/parallel_tests/cli.rb Outdated Show resolved Hide resolved
@grosser grosser merged commit 4c1fa26 into grosser:master Mar 25, 2021
@deivid-rodriguez deivid-rodriguez deleted the default_run branch March 25, 2021 19:14
@grosser
Copy link
Owner

grosser commented Mar 25, 2021

3.6.0

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.

None yet

2 participants