mirror of
https://github.com/pypa/pipenv.git
synced 2026-05-07 00:39:57 -04:00
9 lines
110 B
Python
9 lines
110 B
Python
import pytest
|
|
|
|
|
|
@pytest.fixture()
|
|
def project():
|
|
from pipenv.project import Project
|
|
|
|
return Project()
|