Tom Longhurst
Tom Longhurst
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/setup-dotnet](https://redirect.github.com/actions/setup-dotnet) | action | major | `v4` -> `v5` | --- ### Release...
This pull request expands documentation for TUnit, a .NET testing framework built on Microsoft.Testing.Platform, and clarifies its support for various extensibility features and workflows. The changes improve coverage of TUnit...
Add Testcontainers module for Valkey, a Redis-compatible in-memory data store. Includes ValkeyContainer implementation with connection string support and tests.
This should allow for much more flexibility. Consumers can use their built services or options, or can utilise things like `.PostConfigure` and retrieve the `IOptions` from inside the lambda via...
This would need a backing storage that can persist in between test runs. This is obviously doable by creating an interface that the user consumes. But the way extensions are...
This is what someone has said they want from a testing suite: > for things like acceptance tests - I may have 10 tests in a fixture, if 9 of...
Heya, this is a cool tool. It may not be possible, but if you're able to identify locations of elements in the project files, would you be able to write...
Heya - Noticed you switched to TUnit 😄 When you're using `[ClassDataSource]` you can put the set up and tear down logic for it inside it by implementing the interfaces...