Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
marcus-burton
/
abc-bank-python
Public
forked from
kiiadi/abc-bank-python
Notifications
You must be signed in to change notification settings
Fork
20
Star
0
Code
Pull requests
14
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Adroffner
- #4
#4
Open
adroffner
wants to merge 11 commits into
marcus-burton:master
marcus-burton/abc-bank-python:master
from
adroffner:adroffner
adroffner/abc-bank-python:adroffner
Copy head branch name to clipboard
Conversation
Commits
11
(11)
Checks
Files changed
Open
Adroffner
#4
adroffner
wants to merge 11 commits into
marcus-burton:master
marcus-burton/abc-bank-python:master
from
adroffner:adroffner
adroffner/abc-bank-python:adroffner
Copy head branch name to clipboard
Commits
Commits on Dec 10, 2015
Fully qualify the package name in import statements.
Show description for 51cacca
adroffner
committed
51cacca
View commit details
Copy full SHA for 51cacca
Browse repository at this point
Convert ./tests/ directory to standard Python unittest TestCases.
Show description for 2acda97
adroffner
committed
2acda97
View commit details
Copy full SHA for 2acda97
Browse repository at this point
Add tests/account_tests.py module to test account actions, including exception handling.
adroffner
committed
722cfed
View commit details
Copy full SHA for 722cfed
Browse repository at this point
Commits on Dec 11, 2015
Both deposit(amount) and withdraw(amount) expect positive-valued input.
Show description for e5fed16
adroffner
committed
e5fed16
View commit details
Copy full SHA for e5fed16
Browse repository at this point
Add help docs to account.py and give its unit tests 100% code coverage.
adroffner
committed
14c7020
View commit details
Copy full SHA for 14c7020
Browse repository at this point
add help docs to bank.py and improve code coverage.
adroffner
committed
7b116bf
View commit details
Copy full SHA for 7b116bf
Browse repository at this point
Refactor modules to put related facts where they belong. Remove dead code.
Show description for addadf3
adroffner
committed
addadf3
View commit details
Copy full SHA for addadf3
Browse repository at this point
Add the Customer.transfer() method that takes the two Accounts.
adroffner
committed
63d7faa
View commit details
Copy full SHA for 63d7faa
Browse repository at this point
Refactor account type names to dict & get 100% coverage.
adroffner
committed
46aad20
View commit details
Copy full SHA for 46aad20
Browse repository at this point
Add an Account.transactionHistory() test to find withdrawls in N days,etc.
adroffner
committed
b1d31e4
View commit details
Copy full SHA for b1d31e4
Browse repository at this point
Change the MAXI_SAVINGS plan fetures to the new rules.
adroffner
committed
da385be
View commit details
Copy full SHA for da385be
Browse repository at this point
You can’t perform that action at this time.