Henrik Feldt
Henrik Feldt
See https://github.com/haf/expecto/issues/305#issuecomment-479998225
To Logary Facade to be used elsewhere. Checklist - [x] Extract ANSIOutputWriter from Process - [x] Invert calls from AOW to Process, to avoid a dependency on Process from Logging.fs...
See #242 for a semi-related discussion. - http://www.prowessproject.eu/wp-content/uploads/2015/06/jsongen-tutorial.pdf and https://github.com/fredlund/jsongen https://fscheck.github.io/FsCheck/StatefulTesting.html - http://www.prowessproject.eu/wp-content/uploads/2015/06/jsongen-tutorial.pdf
When you have many concurrent tests running with Expecto it's very hard to follow the console output. Commonly each line if prefixed with a number or correlation id, but this...
See https://github.com/dotnet/BenchmarkDotNet/issues/755 for details Not sure on if this is in Expecto or in BenchmarkDotnet.
It would be nice to support async FsCheck tests explicitly in the API. /cc @AnthonyLloyd E.g. ```fsharp testPropertyAsync fsCheckConfig async { do! subject a b c } ```
...that way message printers can optionally choose how to format the test data: # runs, # generated datums, # failures, failing input data, succeeding input data, what verbosity things are....
I'd like expecto to support parametisation for three things: - [system properties][readme-fscheck] - [configuration][issues-parametisation] – like specifying a variable that all tests taking an instance of that type are parametised...
**Describe the bug** With my repo, having linked another workspace (that is a package) into my workspace (that is the HTTP API service), running `yarn bundle` yields: ``` $ yarn...
``` System.AggregateException: One or more errors occurred. (Resource temporarily unavailable) ---> System.Net.Http.HttpRequestException: Resource temporarily unavailable ---> System.Net.Sockets.SocketException: Resource temporarily unavailable at System.Net.Http.ConnectHelper.ConnectAsync(String host, Int32 port, CancellationToken cancellationToken) --- End of...