Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 831 Bytes

File metadata and controls

18 lines (11 loc) · 831 Bytes

Python Testing 2.0 Setup

This document details how to setup Cucumber and Hypothesis for Python.

Prerequisites

  • Python 3
  • pip

Cucumber

  1. Using your preferred method of utilizing pip, run the command pip install behave.
  2. Follow the steps in Behave's tutorial document. It should give you a good starting baseline.

Hypothesis

  1. Using your preferred method of utilizing pip, run the command pip install hypothesis.
  2. Follow the steps in Hypothesis's tutorial document. Read starting from the Installing section downwards, and then once at the bottom, go back up to the An example section.