Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 303 Bytes

File metadata and controls

11 lines (8 loc) · 303 Bytes

Py Testing Examples

This repo contains a simple test library that can be used to test out and play with mocking and patching in python.

Installation

  1. Create a virtualenv
  2. Activate virtualenv
  3. Install requirements file
  4. Run make develop to install the library in edit mode
  5. Run tests