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

Fix error formatting with curly braces #884

Closed michaelboulton closed 12 months ago

michaelboulton commented 12 months ago

Fix issue where something with curly braces in it would cause an internal error while formatting

Closes #881