Skip to content

Commit

Permalink
build(test): pytest-tldr
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Mar 25, 2022
1 parent 9ae69e6 commit f068d05
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
17 changes: 16 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ myst_parser = "~0.17.0"
### Testing ###
pytest = "*"
pytest-rerunfailures = "*"
pytest-tldr = "*"
pytest-watcher = "^0.2.3"
syrupy = "*"

Expand All @@ -79,7 +80,7 @@ flake8 = "*"

[tool.poetry.extras]
docs = ["sphinx", "sphinx-issues", "sphinx-click", "sphinx-autodoc-typehints", "sphinx-autobuild", "sphinxext-rediraffe", "sphinx-copybutton", "sphinxext-opengraph", "sphinx-inline-tabs", "myst_parser", "furo"]
test = ["pytest", "pytest-rerunfailures", "pytest-watcher", "syrupy"]
test = ["pytest", "pytest-rerunfailures", "pytest-tldr", "pytest-watcher", "syrupy"]
coverage = ["codecov", "coverage", "pytest-cov"]
format = ["black", "isort"]
lint = ["flake8"]
Expand Down

0 comments on commit f068d05

Please sign in to comment.