Skip to content

Commit 2cf2afb

Browse files
authored
Merge pull request #12 from nifadyev/feature/#4/add-testing-tools
Add testing tools pytest-randomly, faker and factory-boy
2 parents f7aad30 + 1624391 commit 2cf2afb

File tree

2 files changed

+77
-3
lines changed

2 files changed

+77
-3
lines changed

{{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.

{{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)