Skip to content

Commit 1624391

Browse files
committed
Add test tools pytest-randomly, faker and factory-boy
1 parent b57760b commit 1624391

File tree

2 files changed

+77
-3
lines changed

2 files changed

+77
-3
lines changed

Diff for: {{cookiecutter.project_name}}/poetry.lock

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

Diff for: {{cookiecutter.project_name}}/pyproject.toml

+4-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ pytest = "^8.1.1"
1717
pytest-cov = "^5.0.0"
1818
pytest-django = "^4.8.0"
1919

20-
[tool.poetry.dev-dependencies]
20+
[tool.poetry.group.dev.dependencies]
2121
black = "^24.3.0"
2222
isort = "^5.13.2"
2323
pre-commit = "^3.7.0"
@@ -38,6 +38,9 @@ flake8-rst-docstrings = "^0.3.0"
3838
mypy = "^1.9.0"
3939
pylint = "^3.1.0"
4040
safety = "^3.1.0"
41+
pytest-randomly = "^3.15.0"
42+
faker = "^28.4.1"
43+
factory-boy = "^3.3.1"
4144

4245
[tool.black]
4346
line-length = 100

0 commit comments

Comments
 (0)