Skip to content

Commit

Permalink
Add factories
Browse files Browse the repository at this point in the history
  • Loading branch information
barseghyanartur committed Nov 30, 2023
1 parent a688e07 commit f7b9a3a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions fake.py
Original file line number Diff line number Diff line change
Expand Up @@ -1389,8 +1389,10 @@ def __call__(self):
class FactoryMeta(type):
# List of methods to be created in the Factory class
enabled_methods = [
"bmp_file",
"date",
"date_time",
"docx_file",
"email",
"first_name",
"ipv4",
Expand All @@ -1405,8 +1407,10 @@ class FactoryMeta(type):
"pystr",
"sentence",
"slug",
"svg_file",
"text",
"txt_file",
"txt_file",
"url",
"username",
"uuid",
Expand Down

0 comments on commit f7b9a3a

Please sign in to comment.