-
-
Notifications
You must be signed in to change notification settings - Fork 144
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
Add test for issue #196 #211
Conversation
ℹ️ Commenting on this PR as it is an accumulation of #209 and #210. When I run
And
|
The errors and failures that you saw came from the annotation @runInSeparateProcess. This is a known issue under Windows. I simply removed the annotation, as there is no need to run the tests in separate processes. It runs even faster without! :-) |
Thanks for making all these fixes - I appreciate your time. I am still not seeing green though?
|
There were various issues related to line endings and |
This PR adds a unit test for issue #196, proving that everything is all right.
It should be applied after PR #209 and PR #210, otherwise the unit tests will all fail.