Skip to content

rafaelcs/code_challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bugs

All bugs has been reported in Github Issues. Each issue contains more than one bug (enumerated)

Download and Run Docker Image

Pull the Docker image:

docker pull public.ecr.aws/l4q9w4c5/loanpro-calculator-cli:latest

Setup

Clone the repo:

git clone https://github.com/rafaelcs/code_challenge.git
cd code-challenge

Create and Activate Virtual Environment:

pyenv virtualenv 3.12.1 code_challenge_venv
pyenv activate code_challenge_venv

Install Requirements:

pip install -r requirements.txt

Run Tests

Execute tests by pointing the report dir

pytest -s tests --alluredir report

Report

To view the report:

allure serve report

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages