Results 8 issues of Spencer Farley

If I made a pull request with configuration for the full datetime cutoff, would you release a new package version?

I found your library while thinking of how I could better handle Type-Driven Design constraints. I like the way your library lets users bring their own validation errors. Another benefit...

under consideration

Using a plain [TestFixture] properly shows test state information above each test method using code lens. However, a fixture with arguments (e.g. [TestFixture(true)]) does not display any test info. I...

confirm
VS Issue

Have parameterized tests with manual case data been considered? The xUnit equivalent is a [theory](https://xunit.net/docs/getting-started/netcore/visual-studio#write-first-theory). In NUnit it's [TestCase](https://docs.nunit.org/articles/nunit/writing-tests/attributes/testcase.html). I wrote a simple proof of concept for Expecto ```fsharp let...

## Motivation Expecto is uniquely suitable for interactive environments (like FSI or Polyglot Notebooks) because it treats tests as values. Tests can be defined and executed all in the same...

I'm trying to improve the experience in interactive environments, and I noticed that [`ANSIOutputWriter.setColourLevel`](https://github.com/haf/expecto/blob/ef7ccd67d61498cb781f6a6d0ee1d271f44d5ad0/Expecto/Logging.fs#L882C28-L882C28) only allows setting once. This means the colour setting is only respected on the first call...

This does include a bug report, but the main purpose is to get feedback on a modified approach to building the test tree (see Proposed Solution). ### Describe the bug...

The main step for the library now is to gather feedback and feel out the rough edges in practical use. I'd love to hear your experiences! Please comment with them...