Yelp / Testify

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

Add requirements.txt #185

Closed wting closed 11 years ago

wting commented 11 years ago

Testify requires a few modules before make test will run. In addition, Testify fails with tornado >= 3.0 because IOLoop.running() has been removed.

blampe commented 11 years ago

Travis failures?

ImportError: Violation collection pipeline tests require catbox.

mrtyler commented 11 years ago

I'm addressing this using setup.py (which we already support) in #196, so I'm going to close this one. Re-open if you think it's worth supporting both, or refactoring out of setup.py into requirements.txt, or something else.