Skip to content

reergymerej/python-external-dependencies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python External Dependencies Demo

A minimal Flask API that demonstrates the challenge of testing code with external dependencies.

Install

pip install -r requirements.txt

Run Server

python app.py

View App

curl http://localhost:5000/posts/1

Run Tests

pytest test_app.py -v

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages