richClubb / python-uds

A uds library for python
MIT License
95 stars 54 forks source link

Implementation of RequestUpload method #36

Open beckyc567 opened 5 years ago

beckyc567 commented 5 years ago

Basic code has been written, but not tested do to the service not being supported in the current test ODX file. Regression testing of request download and transfer data have been completed to reduce risk that the inclusion of this code has broken anything.

Although not runnable witht hte current ODX file, it currently includes the basic positive test cases to cover upload, and positive testing of the negative response cases. Negative test cases (e.g. handling of an invalid negative response), has not been added yet (currently considered low priority).

Note: this is almost identical to the Request Download service code.