This PR adds more tests to post_collection. I missed the attr_descriptors and also some BadRequestErrors. Through this I found two issues in the library #44 and #43
Due to these issues is why I have identified some no coverage portions in the serializer.
I also changed some of the names of the tests to identify one-to-many and many-to-one relationships when creating resources since they hit two different chunks of code in post_collection.
This PR adds more tests to post_collection. I missed the
attr_descriptors
and also someBadRequestErrors
. Through this I found two issues in the library #44 and #43 Due to these issues is why I have identified some no coverage portions in the serializer. I also changed some of the names of the tests to identify one-to-many and many-to-one relationships when creating resources since they hit two different chunks of code in post_collection.Coverage with this PR is at 54%