The BankAccount
class models a bank account and includes methods for:
- Depositing funds
- Withdrawing funds
- Transferring funds between accounts
- Getting the current balance
- Clone the repository
git clone https://github.com/onesch/unittest-example.git
- Navigate to the project directory
cd unittest-example
- Install dependencies
poetry install
- Run the tests
poetry run pytest -vv