Skip to content

Bank simulation software for Programming Methodology 2 project

Notifications You must be signed in to change notification settings

DDiPuma/bankSimulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bank Simulator

Build Status

This project contains the following:

  • design/ - design diagrams in .png format
  • design/artifacts/ - design diagrams in raw .dia format
  • src/ - implementation of the design
  • src/main.py - driver to execute the design and produce a graph
  • test/ - unit, integration, and system and acceptance tests to be run via pytest on Travis-CI

Dependencies:

  • Python 3.x (might run on 2.x, but it is unsupported)
  • pytest (runs tests and integrates cleanly with Travis-CI)
  • matplotlib

The example software can be run with 'python src/main.py' in this folder, or 'python3 src/main.py', depending on which Python version is installed and linked. matplotlib must be installed for Python 3. Some unit tests need pytest to execute, and pytest is the most efficient way to run all the tests at once.

About

Bank simulation software for Programming Methodology 2 project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages