Skip to content

Commit

Permalink
Add raw to faker factory for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
0xRy4n committed Sep 20, 2023
1 parent daa890d commit 802c0f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/faked_schema_factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ def __init__(self):
fields.Email: self.fake.email,
fields.URL: self.fake.url,
fields.UUID: self.fake.uuid4,
fields.Raw: self.fake.pydict,
}

def _fake_list(self, field: fields.List):
Expand Down

0 comments on commit 802c0f4

Please sign in to comment.