Skip to content

Provider Contract Testing with PACT Framework.

Notifications You must be signed in to change notification settings

wmariuss/provider-contract-testing-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Platform API

This is a python application (Provider) for explanation of Contract Testing based on Pact.

Requirements

  • docker >= 20.10.5
  • docker-compose >= 1.28.5

Installing

Run the stack via docker-compose

docker-compose --build
docker-compose up -d

Usage

This is a sample Flask application that expose endpoints with REST standard.

endpoint method payload description
/user GET show all users
/user POST {'name','description'} create user
/user/:id GET show user with :id
/user/:id DELETE delete user with :id

About

Provider Contract Testing with PACT Framework.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published