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.03k stars 194 forks source link

tavern_ci: command not found #321

Closed pmneve closed 5 years ago

pmneve commented 5 years ago

{venv} $ tavern_ci test_poc_err.tavern.yaml -bash: tavern_ci: command not found

I'm clearly missing something simple. Installed tavern with pip in a pyenv virtualenv, on Mac OS High Sierra

michaelboulton commented 5 years ago

It's tavern-ci (with a dash, not an underscore)

pmneve commented 5 years ago

Oh my! One of those easy to trip over patterns in the linoleum. Thanks!