mirror of
https://github.com/brmlab/brmbar.git
synced 2025-06-07 21:04:00 +02:00
test--currency-rates: Make verbose to clarify the test is succeeding
This commit is contained in:
parent
e738ca2b84
commit
e252390985
1 changed files with 2 additions and 0 deletions
|
@ -68,6 +68,8 @@ def main():
|
|||
print(f"[VALUE DIFFERENCE] {c1.name} -> {c2.name}")
|
||||
print(f" rates(): {rates1}")
|
||||
print(f" rates2(): {rates2}")
|
||||
else:
|
||||
print(f"{c1.name} -> {c2.name} {rates1} {rates2} OK")
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue