mozilla / elasticutils

[deprecated] A friendly chainable ElasticSearch interface for python
http://elasticutils.rtfd.org
BSD 3-Clause "New" or "Revised" License
243 stars 76 forks source link

Run tests without nose #290

Open un1t opened 9 years ago

un1t commented 9 years ago

Hi!

I don't use nose anymore, now I use pytest. So I would like to run test without nose.

This code won't run without nose: https://github.com/mozilla/elasticutils/blob/master/elasticutils/tests/__init__.py

from nose import SkipTest