This website works better with JavaScript
Home
Explore
Help
Sign In
221V
/
Misago
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
c3155be8ae
Branches
Tags
master
0.30.0
0.30.0.dev2
0.30.0.dev1
0.29
0.28.2
0.28.1
0.28
0.27.0
0.19.4
0.19.3
0.19.2
0.19.1
0.19.0
0.18.1
0.18.0
0.17.4
0.17.3
0.17.2
0.16.0
0.15.0
0.14.0
0.13.0
0.12.0
0.11.0
0.10.0
0.9.0
0.8.0
0.7.1
0.7
0.6
0.6a11
0.6a10
0.6a9
0.6a8
0.6a7
0.6a6
0.6a5
0.6a4
0.6a3
0.6a2
0.6a1
0.5.7
0.5.6
0.5.5
0.5.4
0.5.3
0.5.2
0.5.1
0.5
0.4
Misago
/
misago
/
faker
/
tests
/
conftest.py
conftest.py
98 B
History
Raw
1
2
3
4
5
6
7
import pytest
from faker import Factory
@pytest.fixture
def fake():
return Factory.create()