/skygeo-oop

OOP Exercise

Primary LanguagePythonMIT LicenseMIT

Build Status Python27 Open Source Love

OOP Sample

This is an sample application demonstrating understanding and use of object oriented programming.

Getting Started

Sample examples consists on different kinds of Bank accounts (base class) and various operations with base and inherited classes

Skeleton

├── bank
│    ├── __init__.py
│    ├── operations.py
├── bin
├── tests
│    ├── __init__.py
│    ├── bank_tests.py
├── setup.py
├── README.md
├── LICENSE.md
├── .travis.yml

Tests

All the tests can be found in tests/bank_tests.py, you can run them all using:

$ nosetests -v

Authors

  • Saurabh B

License

This project is licensed under the MIT License - see the LICENSE.md file for details