feat: add UserFactory

This commit is contained in:
Egor 2020-07-03 13:41:47 +05:00
parent 6f53f15577
commit e0baed8eee
14 changed files with 136 additions and 65 deletions

View file

@ -69,6 +69,7 @@ pre-commit = "^2.3.0"
packaging = "^20.3"
typing-extensions = "^3.7.4"
poetry = "^1.0.5"
factory_boy = "^2.12.0"
[tool.poetry.extras]
fast = ["uvloop"]