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

from 0.19.1-revision2 to 0.19.1-revision7 (btu same with 9 and 12) skip some tests running #631

Open
ubourdon opened this issue Aug 7, 2023 · 7 comments

Comments

@ubourdon
Copy link

ubourdon commented Aug 7, 2023

I experienced some really strange BUG with upgrading node-test-runner from 0.19.1-revision2 to more recent version of lib.
When i launch my test suite, some test are not launched, if i make fail those tests, nothing happened, etc... but some others continue to be launched.
I upgrade my elm-explorations/test to latest version but it change nothing.

The weirdest thing is, when i go to un-launched test, i delete the suite type signature and redo the test signature (with type Test) it again launched.

Have you some explanation to that ?

Thx

@ubourdon
Copy link
Author

ubourdon commented Aug 7, 2023

I have yet 20 tests that are not launched. Impossible to reproduce why those tests are not launched

@lydell
Copy link
Collaborator

lydell commented Aug 7, 2023

Hi! It’s a bit difficult to follow what you are doing. Can you provide steps to reproduce?

@ubourdon
Copy link
Author

ubourdon commented Aug 8, 2023

I fail te reproduce the case.
I have some tests that are bypass, but i am not able to write a new test that are bypassed ...
I will try to do so and comeback here to give feedback.

@ubourdon
Copy link
Author

I don't unserstand how to repoduce it.
What i know, it :

  • for some tests, the correction was to remove type signature of function suite
  • for some others, that was to not exposing (..) but just (suite)

@lydell
Copy link
Collaborator

lydell commented Aug 10, 2023

All exposed values of type Test are executed. Both with and without type annotation should be supported.

@ubourdon
Copy link
Author

But that is not what i have experienced :/
It is really weird

@ubourdon
Copy link
Author

And sorry i can't yet produce a more comprehensible example ...

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

No branches or pull requests

2 participants