We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ff34f2 commit 7050464Copy full SHA for 7050464
tests/schema_simple.py
@@ -200,9 +200,8 @@ class Website(dj.Part):
200
"""
201
202
def populate_random(self, n=10):
203
- faker.Faker.seed(0)
+ faker.Faker.seed(0) # make test deterministic
204
fake = faker.Faker()
205
- faker.Faker.seed(0) # make tests deterministic
206
for _ in range(n):
207
profile = fake.profile()
208
with self.connection.transaction:
0 commit comments