-
Notifications
You must be signed in to change notification settings - Fork 43
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
Feedback for Rely #224
Comments
haha thanks :D |
Related thread regarding the first point: https://reasonml.chat/t/running-rely-test-framework-in-watch-mode/1710 |
I think we had to enable something like this for some of our internal infra, but I believe our solution is just to run everything (because it's fast enough) and then only report on the tests specified by CLI args |
That would be awesome! |
Thanks for filing this @kyldvs and for the awesome feedback @jaredly
|
Summary: Addresses part of #224 Fairly intuitive filtering implementation as well as integration with our internal CLI library. ![image](https://user-images.githubusercontent.com/5252755/74194208-b5680380-4c0d-11ea-8e74-b99e5ee5a842.png) ![image](https://user-images.githubusercontent.com/5252755/74194244-c1ec5c00-4c0d-11ea-9406-6c6aa09ee6ad.png) Pull Request resolved: #235 Differential Revision: D19827404 Pulled By: bandersongit fbshipit-source-id: bca7c71f33af48e7cf5dc6a6e1ea1910be5da15d
Would this be mean seeing each test-case (a verbose-mode if you will), something like:
If so, I'd also very much like this feature! 👍 |
That's the idea. Noted! |
From @jaredly: https://github.com/jaredly/reason-language-server/blob/rely/test/RunTests.re#L11-L17
Let's make sure we have issues tracking these and address what we can.
The text was updated successfully, but these errors were encountered: