druid-io / pydruid

A Python connector for Druid
Other
506 stars 194 forks source link

Decode the error response if it is in byte format #193

Open EmadMokhtar opened 4 years ago

EmadMokhtar commented 4 years ago

fixes #192

There are some changes not related to the fix. It is flake8 error fixes.

mistercrunch commented 4 years ago

Unit tests fail :(

EmadMokhtar commented 4 years ago

Fixed the failing tests. Comparing the HTML output in the tests via using multiline text is making modifying tests hard.