Skip to content
Snippets Groups Projects

Separate tests into unit and integration directories (#441)

Merged Moul requested to merge 441_structure_tests into main
30 files
+ 263
152
Compare changes
  • Side-by-side
  • Inline
Files
30
+ 1
1
@@ -103,7 +103,7 @@ def show_amount_from_pubkey(label: str, inputs_balance: List[int]) -> None:
@@ -103,7 +103,7 @@ def show_amount_from_pubkey(label: str, inputs_balance: List[int]) -> None:
currency_symbol,
currency_symbol,
)
)
m_tools.display_amount(
m_tools.display_amount(
display, "Total amount", totalAmountInput, ud_value, currency_symbol
display, "Total balance", totalAmountInput, ud_value, currency_symbol
)
)
display.append(
display.append(
[
[
Loading