Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/kylemcmaster/kata-starter
- Owner: KyleMcMaster
- Created: 2019-10-23T17:52:06.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-29T14:10:14.000Z (9 months ago)
- Last Synced: 2024-05-01T19:07:26.252Z (9 months ago)
- Topics: hacktoberfest, kata-template, tdd, xunit
- Language: C#
- Homepage:
- Size: 182 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
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`