You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment test_csv_upload is a mixture of calling read_csv and upload_csv. It would be better to make them true e2e tests and call the route directly so that we catch any problems in the code that shows the error messages to the user.
Probably can't do this before #347 as that would provide the mechanism to read back the errors in the tests
The text was updated successfully, but these errors were encountered:
At the moment
test_csv_upload
is a mixture of callingread_csv
andupload_csv
. It would be better to make them true e2e tests and call the route directly so that we catch any problems in the code that shows the error messages to the user.Probably can't do this before #347 as that would provide the mechanism to read back the errors in the tests
The text was updated successfully, but these errors were encountered: