It should show a link to the submitted exercise on success.
We need to test that file is uploaded exactly as it is on disk and not modified in any way.
We can inspect the exercism folder to present the list of current files in the track (better to filter out files that are already submitted, not sure yet how to
achieve this, maybe diffing the file content)
Relevant endpoint is:
http://exercism.io/api/v1/submissions/<track_id>/<ex-id>?key=<api_key>
It should show a link to the submitted exercise on success.
We need to test that file is uploaded exactly as it is on disk and not modified in any way.
We can inspect the exercism folder to present the list of current files in the track (better to filter out files that are already submitted, not sure yet how to achieve this, maybe diffing the file content)