We have a dummy tests for upload file, check if it's duplicate and get it back. But soon we will need to redo our logic for file types understanding and it would be much more easier for us to have tests before we will change something.
You should add new files into 'tests_data' upload it, and check if mime type are correct. Please do it for all major file types what we are using.
Also maybe we should make a folder for these files like 'test_data/files_upload_check/'
We have a dummy tests for upload file, check if it's duplicate and get it back. But soon we will need to redo our logic for file types understanding and it would be much more easier for us to have tests before we will change something.
You should add new files into 'tests_data' upload it, and check if mime type are correct. Please do it for all major file types what we are using.
Also maybe we should make a folder for these files like 'test_data/files_upload_check/'