Henrik Feldt
Henrik Feldt
I don't think there's a lack of interest, just a lack of time of building it. We have load tests that we run against our platform and I want this...
Slightly OT; I'm currently looking at the existing [Jaeger support in Logary](https://github.com/logary/logary/blob/master/src/tests/Logary.Targets.Jaeger.Tests/Target.fs#L31) and how it's being tested. The linked code showcases a pattern I keep coming back to; making single-purpose...
@auduchinok I think you'll be having the most insight as you'll have the whole AST-editor-code-runtime mapping in your head as you develop. What I would like to know are things...
What I was thinking was something like: run expecto with `--summary`, then with `--filter` to select the test case to run; highlight constantly named tests in the IDE with a...
> What if we add an id field to FlatTest I wouldn't mind. > Not allowing duplicate names Can't we just not support that in the integration? It's already a...
Do you want to get feedback? I have rider installed, and am obviously using Expecto.
@Alxandr I understand it from an integrator's perspective, but from a user perspective, I only want flags that override default behaviour if possible. In Golang they do the same, but...
@Alxandr Thank you for clarifying. I'm going to leave it open here if someone wants to pick it up!
Yeah, sure, but I'm not going to merge that in quite a while, since we just release a major :)