conftest.py 98 B

1234567
  1. import pytest
  2. from faker import Factory
  3. @pytest.fixture
  4. def fake():
  5. return Factory.create()