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

Fix command line args for test runner #79

Merged
merged 1 commit into from
Feb 4, 2024

Conversation

jmglov
Copy link
Contributor

@jmglov jmglov commented Feb 4, 2024

Fixes #78

$ bb test --only babashka.cli-test/exec-args-replaced-test
Running tests in #{"test"}
Testing babashka.cli-test
Ran 1 tests containing 2 assertions.
0 failures, 0 errors.

$ bb test --only babashka.cli-test
Running tests in #{"test"}
Testing babashka.cli-test
Ran 15 tests containing 107 assertions.
0 failures, 0 errors.

$ bb test --vars babashka.cli-test/exec-args-replaced-test
Running tests in #{"test"}
Testing babashka.cli-test
Ran 1 tests containing 2 assertions.
0 failures, 0 errors.

$ bb test --vars babashka.cli-test/exec-args-replaced-test babashka.cli-test/error-fn-test 
Running tests in #{"test"}
Testing babashka.cli-test
Ran 2 tests containing 3 assertions.
0 failures, 0 errors.

$ bb test
Running tests in #{"test"}
Testing babashka.cli.exec-test
Testing babashka.cli-test
Ran 16 tests containing 122 assertions.
0 failures, 0 errors.

@borkdude borkdude merged commit b95da16 into babashka:main Feb 4, 2024
10 checks passed
jmglov added a commit to jmglov/quickblog that referenced this pull request Feb 4, 2024
jmglov added a commit to jmglov/quickblog that referenced this pull request Feb 15, 2024
@jmglov jmglov mentioned this pull request Feb 15, 2024
2 tasks
borkdude pushed a commit to borkdude/quickblog that referenced this pull request Feb 15, 2024
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.

Can't run a single test with bb test --only ...
2 participants