mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
this is annoying
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import delegator
|
||||
|
||||
|
||||
class TestPipenv():
|
||||
|
||||
def test_existience(self):
|
||||
@@ -11,5 +12,4 @@ class TestPipenv():
|
||||
|
||||
def test_lock(self):
|
||||
c = delegator.run('pipenv lock')
|
||||
assert c.return_code == 0
|
||||
|
||||
assert c.return_code == 0
|
||||
Reference in New Issue
Block a user