Skip to content

Commit 233eca3

Browse files
committed
1 parent 7dd0b76 commit 233eca3

File tree

2 files changed

+26
-2
lines changed

2 files changed

+26
-2
lines changed

poetry.lock

Lines changed: 24 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ pytest-rerunfailures = "*"
5959
pytest-mock = "*"
6060
pytest-watcher = "^0.2.3"
6161
Faker = "^13.3.4"
62+
xdoctest = "*"
6263

6364
### Coverage ###
6465
codecov = "*"
@@ -74,7 +75,7 @@ flake8 = "*"
7475

7576
[tool.poetry.extras]
7677
docs = ["sphinx", "sphinx-issues", "sphinx-autoapi", "sphinx-autodoc-typehints", "sphinx-autobuild", "sphinx-copybutton", "sphinxext-opengraph", "sphinx-inline-tabs", "sphinxext-rediraffe", "myst_parser", "furo"]
77-
test = ["faker", "pytest", "pytest-rerunfailures", "pytest-mock", "pytest-watcher"]
78+
test = ["faker", "pytest", "pytest-rerunfailures", "pytest-mock", "pytest-watcher", "xdoctest"]
7879
coverage = ["codecov", "coverage", "pytest-cov"]
7980
format = ["black", "isort"]
8081
lint = ["flake8"]

0 commit comments

Comments
 (0)