mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-06-29 05:56:14 +02:00
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:
parent
0b50ae1be0
commit
3055cca767
3 changed files with 21 additions and 0 deletions
|
@ -65,6 +65,10 @@ force_sort_within_sections = true
|
|||
|
||||
[tool.pytest.ini_options]
|
||||
minversion = "6.0"
|
||||
markers = [
|
||||
"todo",
|
||||
]
|
||||
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry>=1.1"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue