mirror of
https://github.com/wassname/pip-package-list.git
synced 2026-09-10 12:36:52 +08:00
Re-structure test cases/fixtures
This commit is contained in:
@@ -7,9 +7,9 @@ from pippackagelist.requirements import (
|
||||
)
|
||||
from pippackagelist.setup_py_parser import parse_setup_py
|
||||
|
||||
setup_py_path = os.path.join(os.path.dirname(__file__), "./fixtures/setup.py")
|
||||
setup_py_path = os.path.join(os.path.dirname(__file__), "./test-cases/setup.py")
|
||||
setup_py_with_extras_path = os.path.join(
|
||||
os.path.dirname(__file__), "./fixtures/setup_with_extras.py"
|
||||
os.path.dirname(__file__), "./test-cases/setup_with_extras.py"
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user