Assert test_seldon_servers.py
based on response status and structure
#239
Labels
enhancement
New feature or request
Context
The tests assert the exact results returned from a
SeldonDeployment
. However, neither our charm neither using ROCKs instead of upstream images should be able to break the seldonDeployments results, as long as they actually return a successful response. Thus, tests should assert that the response is a successful one and that they actually contain results.What needs to get done
Modify tests assertion
Definition of Done
Tests assert based on response status and structure instead of specific results.
The text was updated successfully, but these errors were encountered: