Remove unnecessary files, use generic file for unrelated test.
This commit is contained in:
@@ -1,4 +0,0 @@
|
||||
username,email,ignored_column,cohort
|
||||
instructor_user,,June,ManualCohort1
|
||||
,student_user@example.com,Spring,AutoCohort1
|
||||
other_student_user,,Fall,ManualCohort1
|
||||
|
@@ -1,5 +0,0 @@
|
||||
email,cohort
|
||||
instructor_user@example.com,ManualCohort1
|
||||
student_user@example.com,AutoCohort1
|
||||
other_student_user@example.com,ManualCohort1
|
||||
|
||||
|
@@ -1,4 +0,0 @@
|
||||
username,cohort
|
||||
instructor_user,ManualCohort1
|
||||
student_user,AutoCohort1
|
||||
other_student_user,ManualCohort1
|
||||
|
7
common/test/data/uploads/generic_csv.csv
Normal file
7
common/test/data/uploads/generic_csv.csv
Normal file
@@ -0,0 +1,7 @@
|
||||
column_1,column_2
|
||||
foo,bar
|
||||
foo,baz
|
||||
hello,there
|
||||
file_size,must_be_100_bytes
|
||||
the story,was
|
||||
very very very very very,interesting
|
||||
|
Reference in New Issue
Block a user