Skip to content

JoeWFisher/DevOps-Course-Bank-API

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bank API

This is a standalone exercise to practice writing tests and engaging in Test Driven Development (TDD).

Setup

This project requires Python 3.7 and uses Poetry for Python to handle dependencies. Follow the instructions here to set up Poetry.

Once configured, the following command (run from the project root) will install project dependencies:

$ poetry install

To launch the API, run the app.py file from within the poetry shell. The API should be live and swagger docs visible at http://localhost:5000/.

Tests

Unit and integration tests suits are run using pytest:

  1. poetry shell (if not already active)
  2. pytest

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Python 100.0%