jameson-m / njit-is601-calc1

Simple calculator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Calculator Project Setup

Build Status

Run Pip Install pip install -r requirements.txt

To run tests, Lint, and Coverage report use this command:

pytest --pylint --cov

.pylintrc is the config for pylint .coveragerc is the config for coverage setup.py is a config file for pytest

About

Simple calculator


Languages

Language:Python 91.8%Language:Dockerfile 8.2%