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

Display number of skipped tests #492

Open
ad-si opened this issue Feb 6, 2021 · 2 comments
Open

Display number of skipped tests #492

ad-si opened this issue Feb 6, 2021 · 2 comments

Comments

@ad-si
Copy link

ad-si commented Feb 6, 2021

Currently it does not say how many tests were skipped:

Running 148 tests. To reproduce these results, run: elm-test --fuzz 100 --seed 132114825190419

TEST RUN INCOMPLETE because Test.skip was used

Duration: 388 ms
Passed:   148
Failed:   0
@mpizenberg
Copy link
Contributor

This behavior is due to the output of the fromTest function in elm-explorations/test. It would require a change there to also pass the result of countAllRunnables distribution.skipped to the Skipping custom type variant.

@harrysarson
Copy link
Collaborator

Blocked on elm-explorations/test#161.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants