Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kylemcmaster/kata-starter

Kata template for Xunit, AutoFixture, and Fluent Assertions to promote TDD exercises.
https://github.com/kylemcmaster/kata-starter

hacktoberfest kata-template tdd xunit

Last synced: 4 months ago
JSON representation

Kata template for Xunit, AutoFixture, and Fluent Assertions to promote TDD exercises.

Awesome Lists containing this project

README

        

# kata-starter

Kata template for C# and F# with .NET 8.0 to promote TDD exercises.

## Packages

- AutoFixture.AutoNSubstitute
- AutoFixture.Xunit2
- FluentAssertions
- xUnit
- Ardalis.GuardClauses
- CSharpFunctionalExtension.FluentAssertions

## Running the project

In the csharp or fsharp folder at the same level as the .csproj or .fsproj respectively, run the following commands to restore packages and execute the tests in watch mode.

`dotnet restore`

`dotnet watch test`