Skip to content

NJIT-CS490-SP21/calc2

 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 85.7%
  • Dockerfile 14.3%