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
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.