Yelp / Testify

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

Mrtyler its queen to make it funny #196

Closed mrtyler closed 11 years ago

mrtyler commented 11 years ago

Kind of a dumb rabbit hole but these changes made it easier/possible to run Testify with green tests on my local machine, which has Python 2.7.5.

The warnings.warn thing should be backwards compatible to 2.6.

I tested setup.py with a pretty barren python environment and python setup.py develop.

$ PYTHONPATH=~/Testify ~/Testify/bin/testify -v test --summary --exclude-suite=catbox ... PASSED. 238 tests / 100 cases: 238 passed, 0 failed. (Total test time 12.84s)

milki commented 11 years ago

lgtm. Should make test also exclude catbox by default?

mrtyler commented 11 years ago

Perhaps, but I'll leave it for now, mostly so that our internal Jenkins doesn't require extra changes to continue to test the catbox plugin :).