This repository is a starter template repository for conducting an API test with Tavern.
# Create a virtual env (assumes python3)
virtualenv .venv
# Load the virtual environment
.venv/bin/activate
# Install the requirements
pip3 install -r requirements.txt
- review the
tests/
folder. - for each YAML file, open and review the instructions
- once done editing the Tavern tests, run the tests to see if they all pass
To run the tests:
py.test tests/*.yaml -v --alluredir=allure_reports
Copyright The Linux Foundation and each contributor to LFX.
This project’s source code is licensed under the MIT License. A copy of the license is available in LICENSE.
This project’s documentation is licensed under the Creative Commons Attribution 4.0 International License (CC-BY-4.0). A copy of the license is available in LICENSE-docs.