pytest-dev/pytest-mimesis

Provide random seed

Open

#5 opened on Jun 17, 2018

 (0 comments) (2 reactions) (0 assignees)Python (4 forks)github user discovery
hacktoberfest

Repository metrics

Stars
 (61 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

We should use pytest-randomly as our default seed.

There's an issue for this task https://github.com/lk-geimfari/mimesis/issues/469 Currently, it is impossible to provide a seed for all providers in a single place. See: https://github.com/pytest-dev/pytest-randomly/blob/master/pytest_randomly.py#L75

Contributor guide