Skip to content
Snippets Groups Projects

Separate tests into unit and integration directories (#441)

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