18F / open-data-maker

make it easy to turn a lot of potentially large csv files into easily accessible open data
Other
200 stars 135 forks source link

add test for missing eservice binding #312

Open kynetiv opened 8 years ago

kynetiv commented 8 years ago

paired with @yozlet to add test for #284 finishes #284

yozlet commented 8 years ago

This is currently failing in CircleCI; @kynetiv is looking into it.

kynetiv commented 8 years ago

This specific test passes individually, but after a previous test's DataMagic.init call, need to clear out a set class variable (client) that we rely on being unset. Or perhaps reorder the tests a bit here.