mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
Add basic test case.
This commit is contained in:
@@ -60,6 +60,10 @@ def test_file_urls_work(pipenv_instance_pypi, pip_src_dir):
|
||||
assert c.returncode == 0
|
||||
assert "six" in p.pipfile["packages"]
|
||||
assert "file" in p.pipfile["packages"]["six"]
|
||||
assert 'six' in p.lockfile["default"]
|
||||
assert 'file' in p.lockfile["default"]["six"]
|
||||
assert "six-1.11.0-py2.py3-none-any.whl" in p.lockfile["default"]["six"]["file"]
|
||||
|
||||
|
||||
|
||||
@pytest.mark.e
|
||||
|
||||
Reference in New Issue
Block a user