All bugs has been reported in Github Issues. Each issue contains more than one bug (enumerated)
Pull the Docker image:
docker pull public.ecr.aws/l4q9w4c5/loanpro-calculator-cli:latestClone the repo:
git clone https://github.com/rafaelcs/code_challenge.git
cd code-challengeCreate and Activate Virtual Environment:
pyenv virtualenv 3.12.1 code_challenge_venv
pyenv activate code_challenge_venvInstall Requirements:
pip install -r requirements.txtExecute tests by pointing the report dir
pytest -s tests --alluredir reportTo view the report:
allure serve report