Add tests for core feature to pytest-bdd

- Implement "the output should contain" step

Co-authored-by: Micah Jerome Ellison <micah.jerome.ellison@gmail.com>
This commit is contained in:
Jonathan Wren 2021-02-13 18:38:27 -08:00
parent 0b50ae1be0
commit 3055cca767
3 changed files with 21 additions and 0 deletions

View file

@ -65,6 +65,10 @@ force_sort_within_sections = true
[tool.pytest.ini_options]
minversion = "6.0"
markers = [
"todo",
]
[build-system]
requires = ["poetry>=1.1"]