Yelp / Testify

A more pythonic testing framework.
Other
306 stars 67 forks source link

there's no reason to run instance fixtures if class setup has failed. #221

Closed bukzor closed 10 years ago

bukzor commented 10 years ago

Closes #220

blampe commented 10 years ago

Needs testing.

bukzor commented 10 years ago

@blampe Part of the information is here https://github.com/Yelp/Testify/issues/220

Enhancing an existing test just slightly (part of this patch) covers the issue. The failure without this patch is shown in #220

blampe commented 10 years ago

lgtm!

bukzor commented 10 years ago

Also, clean travis run https://travis-ci.org/bukzor/Testify/builds/17811239