Skip to content

Commit 86faaca

Browse files
committed
build(test): pytest-tldr
See also: https://github.com/freakboy3742/pytest-tldr
1 parent 71dfaa9 commit 86faaca

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

poetry.lock

+16-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ myst_parser = "~0.17.0"
6262
### Testing ###
6363
pytest = "*"
6464
pytest-rerunfailures = "*"
65+
pytest-tldr = "*"
6566
pytest-watcher = "^0.2.3"
6667

6768
### Coverage ###
@@ -78,7 +79,7 @@ flake8 = "*"
7879

7980
[tool.poetry.extras]
8081
docs = ["sphinx", "sphinx-issues", "sphinx-click", "sphinx-autodoc-typehints", "sphinx-autobuild", "sphinxext-rediraffe", "sphinx-copybutton", "sphinxext-opengraph", "sphinx-inline-tabs", "myst_parser", "furo"]
81-
test = ["pytest", "pytest-rerunfailures", "pytest-watcher"]
82+
test = ["pytest", "pytest-rerunfailures", "pytest-tldr", "pytest-watcher"]
8283
coverage = ["codecov", "coverage", "pytest-cov"]
8384
format = ["black", "isort"]
8485
lint = ["flake8"]

0 commit comments

Comments
 (0)