alican / django-tus

Django app implementing server side of tus protocol to powering resumable file uploads for django projects. More Info about: http://tus.io/
MIT License
49 stars 32 forks source link

Setup testing #3

Closed mbaechtold closed 7 years ago

mbaechtold commented 7 years ago

This includes two basic tests with the help of a tus upload client ("tuspy").

Please note that I had to change the HTTP status code for a successful PATCH according to http://tus.io/protocols/resumable-upload.html#patch for the test upload to work with "tuspy".

alican commented 7 years ago

Thank you. This is great :)