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

Fix tests #207

Closed willkg closed 10 years ago

willkg commented 10 years ago

This fixes some issues with tests failing with the current master tip:

  1. new environments pick up the latest elasticsearch-py which we don't support, yet
  2. some tests depended on lists being in the same order, but the lists were generated from dicts so we have no idea what order the list is in
  3. minor tweak to tox.ini to make it a little bit more readable (this is entirely a subjective statement)

r?

willkg commented 10 years ago

@robhudson Do you have time to look at this today? If not, I may just land it and keep moving on.

willkg commented 10 years ago

^^^ I did a bunch of updates. Is this good to go?

robhudson commented 10 years ago

This looks good to me. Ship it!