tableau / TabPy

Execute Python code on the fly and display results in Tableau visualizations:
https://tableau.github.io/TabPy/
MIT License
1.56k stars 598 forks source link

Make Endpoints that Should Fail Actually Fail #273

Closed WillAyd closed 5 years ago

WillAyd commented 5 years ago

As a follow up to #266 there are a couple endpoints which should be throwing an exception for invalid requests but actually don't (any marked as expectedFailure in that PR).

This issue is a follow up to see what's going on and actually trigger exceptions as required

0golovatyi commented 5 years ago

Fix for the tests is in PR https://github.com/tableau/TabPy/pull/330

0golovatyi commented 5 years ago

Fixed in https://github.com/tableau/TabPy/releases/tag/0.8