mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
remove completion test
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
@@ -194,11 +194,6 @@ class TestPipenv:
|
||||
with PipenvInstance() as p:
|
||||
assert p.pipenv('--help').out
|
||||
|
||||
@pytest.mark.cli
|
||||
def test_completion(self):
|
||||
with PipenvInstance() as p:
|
||||
assert p.pipenv('--completion').out
|
||||
|
||||
@pytest.mark.cli
|
||||
def test_man(self):
|
||||
with PipenvInstance() as p:
|
||||
|
||||
Reference in New Issue
Block a user