@pytest.fixture def person_factory(db): # mind "db" # db is a fixture of pytest-django # it is used to activate testing in database in a ...
確定! 回上一頁