ATM Machine
Application for ATM Machines - Check Account Balance, Deposit Funds, Withdraw Funds
Install Python 3.0 from Python download page
To run the program :
- Run the command : python atm.py
- See the magic happen! :-)
+++++++++++++++++++++++++ TO RUN TESTS +++++++++++++++++++++++++
pip install django
python manage.py runserver
#make migrations
python manage.py makemigrations
#apply migrations
python manage.py migrate
Install required plugins for testing
pip install pytest
pip install pytest-django
pip install git+git://github.com/mverteuil/pytest-ipdb.git
pip install pytest-cov
pip install mixer
py.test
