Skip to content
This repository has been archived by the owner on May 23, 2023. It is now read-only.

Commit

Permalink
also remove the test for format_req
Browse files Browse the repository at this point in the history
  • Loading branch information
bukzor committed Dec 9, 2014
1 parent e2f3c22 commit d8d1d33
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions tests/unit/simple_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,22 +55,6 @@ def test_parse_reqs(tmpdir):
(None, 'file:///my/random/project2'),
]

# cheat: also unit-test format_req:
assert [
venv_update.format_req(req)
for req in parsed
] == [
('file://' + tmpdir.strpath,),
('pep8',),
('mccabe',),
('pep8==1.0',),
('-e', 'hg+https://bitbucket.org/bukzor/coverage.py@__main__-support#egg=aweirdname'),
('-e', 'git+git://github.com/bukzor/cov-core.git@master#egg=cov-core'),
('hg+https://bitbucket.org/logilab/pylint@58c66aa083777059a2e6b46f6a0545a2f4977097',),
('file:///my/random/project',),
('-e', 'file:///my/random/project2'),
]


def test_pip_get_installed():
installed = venv_update.pip_get_installed()
Expand Down

0 comments on commit d8d1d33

Please sign in to comment.