Submission Details

Neel Patel
nap48

Installation Instructions

The goal of this project is to run pytest --pylint --cov and get 100% test coverage.

  1. Install Python/Pip/Virtualenv, or ensure it is installed.
sudo apt update -y
sudo apt install python3-pip
python3 --version
pip3 --version 
pip3 install virtualenv
virtualenv --version
  1. Clone this repo
git clone git@github.com:NeelAPatel/NJIT-IS601-homework2.git
  1. Start Virtual environment
    Use ls to ensure venv folder is created
    Install project requirements
virtualenv venv
ls
pip3 install -r requirements.txt
  1. Run the pytest to see 100% coverage
pytest --pylint --cov

Note

All code was written on my own except for .pylintrc and pytest.ini