testing-cabal / testtools

Testtools - tasteful testing for python
https://testtools.readthedocs.io/en/latest/
Other
95 stars 88 forks source link

Unbreak fixtures test suite / use of gather_details #232

Closed rbtcollins closed 8 years ago

rbtcollins commented 8 years ago

There is a circular import loop between testtools and fixtures, which is fine, but we need to define gather_details before importing fixtures.

Change-Id: I9a59968c4e2ac2c29d679d7f5c474696c898671e


This change is Reviewable

rbtcollins commented 8 years ago

This is incomplete, there's also a bug in extras; I'm thinking to fix that and make this also bump our deps

thomir commented 8 years ago

LGTM

rbtcollins commented 8 years ago

APplied.