Skip to content
This repository has been archived by the owner on Mar 7, 2021. It is now read-only.

Latest commit

 

History

History
13 lines (10 loc) · 563 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 563 Bytes

Mocking In Python

A workshop about how to use mocking in Python

Requirements

  • Python 3.6 (or newer)
  • pip
  • Editor that you are comfortable with (Editors/IDEs with debug functionality is preferred)
  • virtualenv (recommended)
  • required packages can be found in the requrements.txt in this repo

License

The content of this workshop (slides, code examples etc.) itself is licensed under the Creative Commons Attribution 3.0 Unported license, and the underlying source code used to format and display that content is licensed under the MIT license.