Open main menu

Changes

495 bytes added ,  02:44, 21 December 2023
Created page with "Aside from [https://github.com/CanastaWiki/Canasta-CLI/issues/87 helping with the CLI for the Canasta project], I wanted to add unit tests. == Testing == * https://gobyexampl..."
Aside from [https://github.com/CanastaWiki/Canasta-CLI/issues/87 helping with the CLI for the Canasta project], I wanted to add unit tests.

== Testing ==
* https://gobyexample.com/testing
* [https://quii.gitbook.io/learn-go-with-tests/ Learn test-driven development with Go]
* Jetbrains Blog article [https://blog.jetbrains.com/go/2022/11/22/comprehensive-guide-to-testing-in-go/ comprehensive guide to testing in go]
* The 'testing' package https://pkg.go.dev/testing

[[Category:Programming]]