VirtualTam's bookmarks
155 bookmarks found
-
Python testing: unittest / pytest
2020-09-07 - https://blog.j-labs.pl/2019/02/Pytest-why-its-more-popular-than-unittest
- https://www.reddit.com/r/Python/comments/fdv5f2/pytest_or_unittest_in_2020/
- https://www.reddit.com/r/Python/comments/6s4a4p/played_with_pytest_for_the_first_time_today_uhh/
- https://www.reddit.com/r/Python/comments/5uxh22/unittest_vs_pytest/
- https://stackoverflow.com/questions/61121824/pytest-vs-unittest-framework-testloader-and-loadtestsfromtestcase-methods
- https://stackoverflow.com/questions/27954702/unittest-vs-pytest
-
git-test: test your commits
2020-01-06 -
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/