VirtualTam's bookmarks
49 bookmarks found
-
- Check project import paths and compare with architechure rules defined in a configuration file
- Useful for hexagonal / onion / DDD / MVC and other architectural patterns
-
Functional table-driven tests in Go
2023-04-18 -
Property-based testing
2020-01-06 - https://github.com/leanovate/gopter
- https://itnext.io/gopter-property-based-testing-in-golang-b36728c7c6d7
- https://hypothesis.works/articles/what-is-property-based-testing/
- https://hypothesis.works/articles/integrated-shrinking/
- https://hackage.haskell.org/package/QuickCheck
- https://github.com/emil-e/rapidcheck
- https://labs.spotify.com/2015/06/25/rapid-check/
- https://andrealeopardi.com/posts/the-guts-of-a-property-testing-library/
-
ginkgo: BDD Testing Framework for Go
2019-01-07