File: conftest.py

package info (click to toggle)
pipenv 2024.0.1%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 18,568 kB
  • sloc: python: 187,163; makefile: 191; javascript: 133; sh: 64
file content (7 lines) | stat: -rw-r--r-- 109 bytes parent folder | download
1
2
3
4
5
6
7
import pytest


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