Re-structure test cases/fixtures

This commit is contained in:
Swen Kooij
2020-02-29 15:49:25 +02:00
parent 8cd371bea9
commit ea619a1f62
10 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -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"
)