Files
pipenv/tests/conftest.py
T
2021-07-30 12:31:43 +08:00

8 lines
109 B
Python

import pytest
@pytest.fixture()
def project():
from pipenv.project import Project
return Project()