Simply defines the Test Driven Development Katas. In this, lets try to create most famous katas to understand what are exactly Katas. These Katas can also be used for practicising your C# skills for Unit testing.
Want to contribute? Make a pull request (PR) to develop branch. Do not make any PR to Master branch.
Nuget package: TDD Katas
For more info visit: here
TDD-Katas : Continued from TDD-Kata practices
Many thanks to all the contributors who spent their time to create Katas and write code. Their contribution is priceless, A small gratitude for their contributions:
- Justin Kurtz
- Choi Jung Hyun
- Mikkel Nylander Bundgaard
- Krzysztof Mędrela
- Bruno Sanches
- Stephanie Melnyk
- Saurabh Mishra
- John Lianoglou
- Mattias Josefsson
- Māris Krivtežs
- Florian Brinker
- Santiago Castro
- Sean Killeen
- M Farag
Lookig for implementation in your technology? There are more flavors of the repository:
- TDD Katas in .NET Core
- TDD Katas in Java
- TDD Katas in JavaScript
- TDD Katas in Python
- TDD Katas in PHP
MIT License, refer: License info for more information.
Note: We recently upgraded our projects to
.NET Core 3.0
. If you want to fetch previous version, please refer to .NET45. Feel free to submit pull requests with additional tests.