Test & Code in Python
Developing Software with Automated Tests
We found 2 episodes of Test & Code in Python with the tag “hypothesis”.
-
126: Data Science and Software Engineering Practices ( and Fizz Buzz ) - Joel Grus
August 16th, 2020 | 32 mins 17 secs
data science, fizz buzz, hypothesis, pytest, python, software engineering, software testing
Researches and others using data science and software need to follow solid software engineering practices. This is a message that Joel Grus has been promoting for some time.
Joel joins the show this week to talk about data science, software engineering, and even Fizz Buzz.
-
107: Property Based Testing in Python with Hypothesis - Alexander Hultnér
March 27th, 2020 | 36 mins 18 secs
hypothesis, property based testing, python
Hypothesis is the Python tool used for property based testing.
Hypothesis claims to combine "human understanding of your problem domain with machine intelligence to improve the quality of your testing process while spending less time writing tests."
Alexander Hultnér introduces us to property based testing in Python with Hypothesis.