wmduggan41 / IS601-Project-1

My calculator project for NJIT601

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IS 601 - Project 1

My Test Driven Python Calculator

About

This was a calculator application built using Test Driven Development.

The Calculator class performs a number of mathematical operations.

The TestCalculator class tests each operation against a known set of inputs/outputs contained in the files located in the /csv folder, where the CsvReader class parses each file to derive test cases.

The test filepaths are provided in the TestProperties class.

Screenshot(s)

Screenshot of my tests passing. ![Unit Tests Passed](screenshots/7 passing tests.png)

About

My calculator project for NJIT601

License:MIT License


Languages

Language:Python 97.7%Language:Dockerfile 2.3%