Skip to content

Example repo on how to debug and write integration tests for AWS Chalice applications

Notifications You must be signed in to change notification settings

alexgelman/troubleshooting-chalice-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

troubleshooting-chalice-demo

Example repo on how to debug and write integration tests for AWS Chalice applications.

Integration tests can be found under the tests folder.

Prerequisites

  • Python 3.7.5
  • pipenv installed
    • To install run pip install pipenv

Getting started

  1. Clone the repository
  2. Run pipenv install --dev
  3. Execute the test using python -m pytest

About

Example repo on how to debug and write integration tests for AWS Chalice applications

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages