Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add resources for TDD in GO #16

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Curated list of resources: books, videos, articles about using TDD( Test Driven
- [TDD in Java](#tdd-in-java)
- [JUnit](#junit)
- [TDD in C#](#tdd-in-C#)
- [TDD in GO](#tdd-in-go)

## TDD IN PYTHON

Expand Down Expand Up @@ -152,13 +153,17 @@ Curated list of resources: books, videos, articles about using TDD( Test Driven
* [JUnit in Action, Third Edition](https://www.manning.com/books/junit-in-action-third-edition)

=======

## TDD IN C#

* [Get some hands-on practice with test-driven development in C#](https://www.freecodecamp.org/news/tdd-explanation-hands-on-practice-with-c-a0124338be44/)
* [Walkthrough: Test-driven development using Test Explorer](https://docs.microsoft.com/en-us/visualstudio/test/quick-start-test-driven-development-with-test-explorer?view=vs-2019)
* [Walkthrough: Create and run unit tests for managed code](https://docs.microsoft.com/en-us/visualstudio/test/walkthrough-creating-and-running-unit-tests-for-managed-code?view=vs-2019)
* [TDD in C# From A to Z](https://www.udemy.com/course/tdd-csharp/)

## TDD IN GO
* [Learn Go with tests](https://quii.gitbook.io/learn-go-with-tests/)

## Contributing

Found an awesome blog, video, talk, tutorial etc that's not on this list?. Notify me or send a PR.
Expand Down