EuroPython 2016 Keynote: Paul Hildebrandt

2016-05-31 Thread M.-A. Lemburg
We are pleased to announce our next keynote speaker for EuroPython 2016: *** Paul Hildebrandt *** About Paul Hildebrandt -- Paul Hildebrandt has been a Senior Engineer with Walt Disney Animation Studios (WDAS) since 1996, and has worked in both Syste

Are you interested in distinguishing between assertion violations and other kinds of failures in test cases?

2016-05-31 Thread Venkatesh Prasad Ranganath
Currently, pytest flags a test case as failed if there is either an uncaught exception or an assertion violation during the execution of the test case. This conflates failures in the UUT or the test case (that do not pertain to the property being tested) as violation of the property being tested.