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

Update conftest

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