Test & Code 144: TDD in Science
testandcode.com/144
Testing is essential to have trusted software. We want to trust science, so we need to trust the software used in research. However, testing is still a challenge in science. Join the discussion.
Test & Code 107: Property Based Testing in Python with Hypothesis - @ahultnertestandcode.com/107
Hypothesis combines human understanding of your problem domain with machine intelligence to improve the quality of your testing process while spending less time writing tests.
Test & Code 102: Testing REST APIs, minimizing mocks, London vs Detroit, and even Architecture Patterns in Python on this weeks Test & Code, with Harry Percival
testandcode.com/102
🐍🎤 Python Community Interview With Brian Okken
Brian Okken is perhaps best known as the author of Python Testing with pytest, as well as being the host of two podcasts. Find out more about the man behind the voice, and much more.
realpython.com/interview-bri…
pytest features since 3.0 that you should know about. @codewithanthony is a core pytest contributor and joins Brian on this weeks Test & Code
testandcode.com/82
Test & Code 81: TDD with flit
testandcode.com/81
This episode discusses editable installs with flit, a good TDD editor layout, test case grouping, batching tests to reduce context switch time, and even utilizing git tags.
Created Issues on my website's Github repo to track what I want to accomplish - then knocked a few of them out! Made some progress on the site and listened to some more @testpodcast and @Adversarial_L as well.
#100DaysOfCode#Day13