1. 5-minute intro to property-based testing in Python with hypothesis Franklin Chen http://FranklinChen.com/ http://ConscientiousProgrammer.com/ Pittsburgh Python Meetup June 26, 2013 2. Property-based testing vs. example-based testing Example-based testing: assert that a property is true for some values. Are list appends associative? Write some examples def test_list_append_associative_example1()