Neel Patel
nap48
The goal of this project is to run pytest --pylint --cov
and get 100% test coverage.
- 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
- Clone this repo
git clone git@github.com:NeelAPatel/NJIT-IS601-homework2.git
- Start Virtual environment
Usels
to ensurevenv
folder is created
Install project requirements
virtualenv venv
ls
pip3 install -r requirements.txt
- Run the pytest to see 100% coverage
pytest --pylint --cov
All code was written on my own except for .pylintrc and pytest.ini