Skip to content
Snippets Groups Projects
Commit ac6813db authored by Neda Moeini's avatar Neda Moeini
Browse files

Update conftest

parent b9e9c448
Branches
Tags
1 merge request!5Feature/cheque cols should be empty
...@@ -37,6 +37,9 @@ def sample_input_file() -> SimpleUploadedFile: ...@@ -37,6 +37,9 @@ def sample_input_file() -> SimpleUploadedFile:
"SYSTraderGenerationReasonType", "SYSTraderGenerationReasonType",
"GoodsValueInBaseCurrency", "GoodsValueInBaseCurrency",
"TransactionReference", "TransactionReference",
"ChequeCurrencyName",
"ChequeToBankExchangeRate",
"ChequeValueInChequeCurrency",
# NominalAnalysis repeating columns (Example: /1 for first occurrence) # NominalAnalysis repeating columns (Example: /1 for first occurrence)
"NominalAnalysisTransactionValue/1", "NominalAnalysisTransactionValue/1",
...@@ -79,6 +82,9 @@ def sample_input_file() -> SimpleUploadedFile: ...@@ -79,6 +82,9 @@ def sample_input_file() -> SimpleUploadedFile:
"1000", # SYSTraderGenerationReasonType "1000", # SYSTraderGenerationReasonType
"1200", # GoodsValueInBaseCurrency "1200", # GoodsValueInBaseCurrency
"BK123", # TransactionReference(Batch Number) "BK123", # TransactionReference(Batch Number)
"", # ChequeCurrencyName
"", # ChequeToBankExchangeRate
"", # ChequeValueInChequeCurrency
# NominalAnalysis repeating values (Example: /1) # NominalAnalysis repeating values (Example: /1)
"500.75", # NominalAnalysisTransactionValue/1 "500.75", # NominalAnalysisTransactionValue/1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment