Switch to faker for test data

This commit is contained in:
Keannu Christian Bernasol 2025-09-14 00:35:28 +08:00
parent 1e88f1ba53
commit 7e9501e75f
13 changed files with 190 additions and 126 deletions

View file

@ -27,6 +27,7 @@ dependencies = [
"pytest-django>=4.11.1",
"pytest-cov>=7.0.0",
"isort>=6.0.1",
"faker>=37.6.0",
]
[tool.pytest.ini_options]