Given that the script supports
- 3 options for banks: not-specified (defaults to Itaú), Itaú and Brou
- 3 options for amount: not-specified (just shows the buy/sell), usd (default) and uyu (by prepending
\$)
There're 3*3=9 cases that have to work.
Also, it'd be nice to test the following:
- All formatting, mean rounding, and display issues that have happened so far.
- Detect if the script breaks in osx/linux
- Test that the script passes shellcheck.
Given that the script supports
\$)There're 3*3=9 cases that have to work.
Also, it'd be nice to test the following: