[x] My branch is up-to-date with upstream/develop branch.
[x] Everything works and tested for Python 3.6.0 and above.
Current behaviour
We didn't had any tests for PUT/DELETE request for multiple Class objects in test_app.py.
We do have some tests in test_crud.py, but we’re directly using functions from crud.py to
test the behaviour and not making requests to the endpoints to check status codes.
Also, there was some logical bug in an existing test, so I fixed it.
Fixes #586
Checklist
Current behaviour
We didn't had any tests for PUT/DELETE request for multiple Class objects in test_app.py. We do have some tests in test_crud.py, but we’re directly using functions from crud.py to test the behaviour and not making requests to the endpoints to check status codes. Also, there was some logical bug in an existing test, so I fixed it.
New expected behaviour
Change logs