From 4bc96302706ea847a4bb250121227643a759fcbf Mon Sep 17 00:00:00 2001 From: prathamesh Date: Wed, 4 Nov 2020 18:32:12 +0530 Subject: Add more tests for CSV marks upload --- yaksh/fixtures/marks_invalid_data.csv | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 yaksh/fixtures/marks_invalid_data.csv (limited to 'yaksh/fixtures/marks_invalid_data.csv') diff --git a/yaksh/fixtures/marks_invalid_data.csv b/yaksh/fixtures/marks_invalid_data.csv new file mode 100644 index 0000000..44fb2bb --- /dev/null +++ b/yaksh/fixtures/marks_invalid_data.csv @@ -0,0 +1,3 @@ +username,Q-1212-Dummy1-1.0-marks,Q-1212-Dummy1-comments,Q-1213-Dummy2-1.0-marks,Q-1213-Dummy2-comments +student1,NA,good work,1,nice +student2,1,good work,0,bad -- cgit