taverntesting / tavern

A command-line tool and Python library and Pytest plugin for automated testing of RESTful APIs, with a simple, concise and flexible YAML-based syntax
https://taverntesting.github.io/
MIT License
1.02k stars 193 forks source link

Allow using an ext function to create the URL #885

Closed michaelboulton closed 12 months ago

michaelboulton commented 12 months ago

Based on https://github.com/taverntesting/tavern/pull/595 but updated for the new 2.0 schema changes.

Credit to @ChangedenCZD for the original code.