Skip to content

Commit

Permalink
added test-run that includes a new person, an update and a possible o…
Browse files Browse the repository at this point in the history
…verwrite
  • Loading branch information
desafinadude committed Jun 17, 2024
1 parent 47c98b8 commit 45434dd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions pombola/south_africa/data/elections/2024/test-run.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Party name,List type,Order number,IDNumber,Full names,Surname
"#HOPE4SA","National",1,"811204****08*","MOTSAMAI JOHN","MATHUHLE"
"#HOPE4SA","National",9,"920824****08*","ANDRUS","STRAUSS"
"ABANTU BATHO CONGRESS","National",8,"520828****08*","JAMES MZIWENKOSI","MTHETHWA"
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
COMMIT = False

csv_files = [
'national-candidates.csv'
'test-run.csv'
]

candidates = []
Expand Down

0 comments on commit 45434dd

Please sign in to comment.