civisanalytics / civis-python

Civis API Python Client
BSD 3-Clause "New" or "Revised" License
34 stars 26 forks source link

make smoke tests not fail if row order varies #264

Closed mheilman closed 6 years ago

mheilman commented 6 years ago

The smoke tests were failing because rows would come back in a different order. This change makes it so that the order shouldn't matter.

mheilman commented 6 years ago

waiting on #265

mheilman commented 6 years ago

The test failures (only in Windows) appear unrelated to this PR. It seems like we ought to file an issue that links to the CI logs and merge this. @keithing, does that sound OK?