Add coverage tests for more bad CSV file handling,
and two files to exercise the header checks in importTaxData
This commit is contained in:
parent
7fa4e945b5
commit
cd55ff1a9e
3 changed files with 46 additions and 3 deletions
3
t/supporting_collateral/taxTables/badHeaders.csv
Normal file
3
t/supporting_collateral/taxTables/badHeaders.csv
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
where,value,taxRates
|
||||
state,5.0
|
||||
code,53701,0.5
|
||||
|
3
t/supporting_collateral/taxTables/missingHeaders.csv
Normal file
3
t/supporting_collateral/taxTables/missingHeaders.csv
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
field,taxRate
|
||||
state,5.0
|
||||
code,53701,0.5
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue