Conftest
Shared PyTest configuration.
In order to run the examples, we need to run the Pact broker. In order to avoid having to run the Pact broker manually, or repeating the same code in each example, we define a PyTest fixture to run the Pact broker.
We also define a pact_dir
fixture to define the directory where the generated
Pact files will be stored. You are encouraged to have a look at these files
after the examples have been run.