Giter Club home page Giter Club logo

elevatorcontrolsystem's Introduction

ElevatorControlSystem


Python project to build a basic Elevator Control system

Notes

  • I consciously chose to use only the most basic tooling I was able to with this implementation of the MVP
  • This doesn't make use of any advanced technologies such as running a venv, this is specifically because we are not using any PIP packages or have any needs for more elaborate config. If I moved to a level of complexity that required me to use packages of some sort I would want to start encapsulating my python environment to prevent OS corruption and improve ease of maintenance.

Steps to run tests

  1. In order to run this and see the passing tests you will need to cd <YOUR_DIRECTORY_CONTAINING_ElevatorControlSystem.py>

  2. Once in the same directory as the python files we can execute the tests without needing to install anything further by executing python3 ElevatorControlSystem_Tests.py

    this may vary based on your particular system see pre-requisites if you don't already have python 3.x

  3. You should then be able to observe 5 tests with multiple assertions in each test passing in nearly not time at all.

Pre-requisites

  • Install Python 3.x, I don't specify which version as long as it's 3.7+ to ensure complete compatability

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.